This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
My-Mods
/
PyInstaLive
mirror of
https://piramisancchi.live-on.net:9175/miniNAS/PyInstaLive
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
86d3a0107e
Branches
Tags
master
PyInstaLive
/
pyinstalive
/
__main__.py
__main__.py
90 B
Lịch sử
Raw
1
2
3
4
5
6
7
8
9
from .initialize import run
def main():
run()
if __name__ == '__main__':
run()