Update main.py

This commit is contained in:
VincentLeduc 2017-07-16 14:51:33 +02:00 committed by GitHub
parent e87c0cba3d
commit b35353a036

View file

@ -3,12 +3,16 @@
import Auth.authentication as auth
import Auth.login as log
import Users.Model as U
import Menu.barreOutils as barre
import os
#On appelle le module d'identification - Commenté pour les pahses de test d'autres modules
login = log.Login()
login.fenetre.mainloop()
barreOutils = barre.BarreOutils()
barreOutils.fenetre.mainloop()
#On lance le programme
while auth.Auth.access == True:
print("programme en cours")