--- a +++ b/app/main.py @@ -0,0 +1,9 @@ +from LeapGui import LeapGui + + +def main(): + LeapGui.run() + + +if __name__ == "__main__": + main()