PlayingWith-PyQt/Proyecto2n/Recursos/Constantes.py

5 lines
88 B
Python

puerto = 8889
user = "dani"
passwd = "pythonrules"
db = 'estadistica'
host = 'localhost'