Files
SemesterapparatsManager/main.py

5 lines
87 B
Python

from src.ui.userInterface import launch_gui as UI
if __name__ == "__main__":
UI()