This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
jack
/
cocorobolx
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
9031430fe8
Gałęzie
Tagi
master
stia
cocorobolx
/
skulpt
/
test
/
unit
/
exiting_module.py
exiting_module.py
102 B
Historia
Czysty
1
2
3
4
5
__author__ = "leszek"
if __name__ != "__main__":
# Exit when this module is imported
exit()