Archived
1
0
This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
Fourmi/gui_launcher.py
2014-06-12 12:57:30 +02:00

6 lines
93 B
Python

from fourmi import search
from GUI import gui
gui_window = gui.GUI(search)
gui_window.run()