This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
My-Mods
/
PyInstaLive
kopia lustrzana
https://piramisancchi.live-on.net:9175/miniNAS/PyInstaLive
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
6be05339d4
Gałęzie
Tagi
master
PyInstaLive
/
pyinstalive
/
__main__.py
__main__.py
90 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
from .initialize import run
def main():
run()
if __name__ == '__main__':
run()