This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
jack
/
cocorobolx
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
db0b8fad02
Rami (Branch)
Tag
master
stia
cocorobolx
/
python
/
skulpt
/
test
/
unit
/
exiting_module.py
exiting_module.py
102 B
Cronologia
Originale
1
2
3
4
5
__author__ = "leszek"
if __name__ != "__main__":
# Exit when this module is imported
exit()