BARRAUX Arthur
2 years ago
3 changed files with 5 additions and 11 deletions
@ -1,9 +1,7 @@ |
|||||
# test si custom tkinter fonction sur le pc |
# test si custom tkinter fonction sur le pc |
||||
try: |
try: |
||||
from package.app import Ctk_app |
from package.ctk_app import App |
||||
gui = Ctk_app() |
|
||||
except ImportError: |
except ImportError: |
||||
from package.app import Tk_app |
from package.tk_app import App |
||||
gui = Tk_app() |
|
||||
|
|
||||
gui.mainloop() |
App().mainloop() |
||||
|
Loading…
Reference in new issue