Files
SemesterapparatsManager/main.py
WorldTeacher 4f7b564352 main files
2024-05-16 15:28:56 +02:00

7 lines
118 B
Python

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