Diff of /app/main.py [000000] .. [4de1c7]

Switch to unified view

a b/app/main.py
1
from LeapGui import LeapGui
2
3
4
def main():
5
    LeapGui.run()
6
7
8
if __name__ == "__main__":
9
    main()