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