made everything modular

This commit is contained in:
2025-09-05 01:03:14 +02:00
parent 268dc201bf
commit 0276a3fb3c
21 changed files with 788 additions and 692 deletions

View File

@@ -1,5 +1,5 @@
# main.py
from app.gui import launch_gui
from app.app import launch_gui
if __name__ == "__main__":
launch_gui()