[4de1c7]: / app / main.py

Download this file

10 lines (5 with data), 100 Bytes

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