This website works better with JavaScript
Home
Explore
Help
Register
Sign In
My-Mods
/
PyInstaLive
mirror of
https://piramisancchi.live-on.net:9175/miniNAS/PyInstaLive
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
d5f07e0bcd
Branches
Tags
master
PyInstaLive
/
pyinstalive
/
__main__.py
__main__.py
105 B
History
Raw
1
2
3
4
5
6
7
8
9
import pyinstalive
def main():
pyinstalive.run()
if __name__ == '__main__':
pyinstalive.run()