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

10 lines
129 B
Python

from src.logic import userInterface
if __name__ == '__main__':
userInterface.launch_gui()
# display_graph()