Begin refactor
This commit is contained in:
5
src/Main.py
Normal file
5
src/Main.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from GUI import GUI
|
||||
|
||||
if __name__ == "__main__":
|
||||
gui = GUI()
|
||||
gui.initialise()
|
||||
Reference in New Issue
Block a user