__main__.py 105 B

123456789
  1. import pyinstalive
  2. def main():
  3. pyinstalive.run()
  4. if __name__ == '__main__':
  5. pyinstalive.run()