horus-gui/horus-gui.py

7 wiersze
143 B
Python

#
# Start up Horus GUI
# Intended as an entry point to enable pyinstaller to create a combined binary.
#
from horusgui.gui import *
main()