diff options
-rw-r--r-- | src/main.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.py b/src/main.py index ce3a9ff..f04f376 100644 --- a/src/main.py +++ b/src/main.py @@ -5,8 +5,7 @@ from PyQt5.QtCore import * import ui, phys, file -#system = phys.System() -system = file.open_system("4.woz") +system = phys.System() app = QApplication(sys.argv) win = ui.MainWindow(system) |