first commit to get order back

This commit is contained in:
WorldTeacher
2024-01-25 14:52:31 +01:00
parent 6e3e66a887
commit a9fab4f085
6 changed files with 318 additions and 18 deletions

8
main.py Normal file
View File

@@ -0,0 +1,8 @@
from src.logic import userInterface
if __name__ == '__main__':
userInterface.launch_gui()