5 lines
61 B
Python
5 lines
61 B
Python
from GUI import gui
|
|
|
|
gui_window = gui.GUI()
|
|
gui_window.run()
|
from GUI import gui
|
|
|
|
gui_window = gui.GUI()
|
|
gui_window.run()
|