horus-gui/horus-gui.py

7 wiersze
143 B
Python
Czysty Zwykły widok Historia

2020-07-06 11:06:57 +00:00
#
# Start up Horus GUI
# Intended as an entry point to enable pyinstaller to create a combined binary.
#
from horusgui.gui import *
main()