Merge branch 'master' of https://github.com/Aveias/gestt
This commit is contained in:
commit
aaa6c1498c
4
main.py
4
main.py
|
@ -3,12 +3,16 @@
|
||||||
import Auth.authentication as auth
|
import Auth.authentication as auth
|
||||||
import Auth.login as log
|
import Auth.login as log
|
||||||
import Users.Model as U
|
import Users.Model as U
|
||||||
|
import Menu.barreOutils as barre
|
||||||
import os
|
import os
|
||||||
|
|
||||||
#On appelle le module d'identification - Commenté pour les pahses de test d'autres modules
|
#On appelle le module d'identification - Commenté pour les pahses de test d'autres modules
|
||||||
login = log.Login()
|
login = log.Login()
|
||||||
login.fenetre.mainloop()
|
login.fenetre.mainloop()
|
||||||
|
|
||||||
|
barreOutils = barre.BarreOutils()
|
||||||
|
barreOutils.fenetre.mainloop()
|
||||||
|
|
||||||
#On lance le programme
|
#On lance le programme
|
||||||
while auth.Auth.access == True:
|
while auth.Auth.access == True:
|
||||||
print("programme en cours")
|
print("programme en cours")
|
||||||
|
|
Loading…
Reference in a new issue