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:
6be05339d4
Branches
Tags
master
PyInstaLive
/
pyinstalive
/
__main__.py
__main__.py
90 B
History
Raw
1
2
3
4
5
6
7
8
9
from .initialize import run
def main():
run()
if __name__ == '__main__':
run()