6 lines
93 B
Python
6 lines
93 B
Python
from fourmi import search
|
|
from GUI import gui
|
|
|
|
gui_window = gui.GUI(search)
|
|
gui_window.run()
|