fix broken files after faulty update

This commit is contained in:
2025-01-14 08:51:58 +01:00
parent 598da9bfac
commit 997d618ff1
102 changed files with 2499 additions and 548 deletions

View File

@@ -1,6 +1,4 @@
from src.logic import userInterface
from src.ui.userInterface import launch_gui as UI
if __name__ == "__main__":
userInterface.launch_gui()
# display_graph()
UI()