first commit

This commit is contained in:
2025-08-24 23:46:59 +02:00
commit 8195e570b3
11 changed files with 1077 additions and 0 deletions

4
main.py Normal file
View File

@@ -0,0 +1,4 @@
from app.gui import launch_gui
if __name__ == "__main__":
launch_gui()