Simon Zeyer 65f3a5c1da refactoring as gui application
:# Please enter the commit message for your changes. Lines starting
2021-12-29 15:14:33 +01:00

5 lines
64 B
Python

from gui import Gui
if __name__ == "__main__":
gui = Gui()