Files
SemesterapparatsManager/main.py
2024-01-25 14:52:31 +01:00

8 lines
98 B
Python

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