Archived
1
0

Added launcher in main folder

This commit is contained in:
Harmen Prins 2014-06-12 12:49:24 +02:00
parent b0a51da18e
commit c0727a2ac7

4
gui_launcher.py Normal file
View File

@ -0,0 +1,4 @@
from GUI import gui
gui_window = gui.GUI()
gui_window.run()