Added launcher in main folder
This commit is contained in:
parent
b0a51da18e
commit
c0727a2ac7
4
gui_launcher.py
Normal file
4
gui_launcher.py
Normal file
@ -0,0 +1,4 @@
|
||||
from GUI import gui
|
||||
|
||||
gui_window = gui.GUI()
|
||||
gui_window.run()
|
Reference in New Issue
Block a user