This commit is contained in:
WorldTeacher
2024-09-13 16:02:36 +02:00
parent a8c2277870
commit a071f70059
7 changed files with 369 additions and 5 deletions

5
main_dev.py Normal file
View File

@@ -0,0 +1,5 @@
from src.ui.main_ui import launch
if __name__ == "__main__":
launch("--debug")