Files
SemesterapparatsManager/__main__.py
WorldTeacher 346ff5f882 Add userInterface import and launch_gui() call in __main__.py***
***Remove display_graph() function and unused imports in main.py
2024-02-14 15:49:39 +01:00

6 lines
96 B
Python

from src.logic import userInterface
if __name__ == "__main__":
userInterface.launch_gui()