Observer pattern, Bugfixes

This commit is contained in:
2024-02-04 14:45:12 +01:00
parent 53f5984eb5
commit 34e44f4b3c
8 changed files with 248 additions and 179 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/python3
import sys
from ui.main_window import *
from view.main_window import *
from model.main_view_model import *
if __name__ == "__main__":