This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
jack
/
cocorobolx
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Árbore:
18546b9965
Ramas
Etiquetas
master
stia
cocorobolx
/
python
/
skulpt
/
test
/
unit
/
exiting_module.py
exiting_module.py
102 B
Histórico
Raw
1
2
3
4
5
__author__ = "leszek"
if __name__ != "__main__":
# Exit when this module is imported
exit()