Begin refactor

This commit is contained in:
Kim André Bjørkede
2025-10-11 17:43:49 +02:00
parent 79f4313cc6
commit a32cc51fb6
6 changed files with 377 additions and 11 deletions

5
src/Main.py Normal file
View File

@@ -0,0 +1,5 @@
from GUI import GUI
if __name__ == "__main__":
gui = GUI()
gui.initialise()