This website works better with JavaScript
홈
탐색
도움말
로그인
jack
/
cocorobolx
Watch
1
Star
0
포크
0
파일
이슈
0
위키
브렌치:
master
브랜치
태그
master
stia
cocorobolx
/
skulpt
/
test
/
unit
/
exiting_module.py
exiting_module.py
102 B
고유링크
히스토리
Raw
1
2
3
4
5
__author__ = "leszek"
if __name__ != "__main__":
# Exit when this module is imported
exit()