Add userInterface import and launch_gui() call in __main__.py***

***Remove display_graph() function and unused imports in main.py
This commit is contained in:
WorldTeacher
2024-02-14 15:49:39 +01:00
parent b37513902b
commit 346ff5f882
2 changed files with 8 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
from src.logic import userInterface
if __name__ == "__main__":
userInterface.launch_gui()