summaryrefslogtreecommitdiff
path: root/src/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.py')
-rw-r--r--src/main.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.py b/src/main.py
index 3997835..ea1122c 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("3.woz")
+system = phys.System()
class Window(QMainWindow):
def __init__(self):