This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
jack
/
cocorobolx
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
c227dec28e
Branches
Tags
master
stia
cocorobolx
/
skulpt
/
test
/
unit
/
exiting_module.py
exiting_module.py
102 B
Lịch sử
Raw
1
2
3
4
5
__author__ = "leszek"
if __name__ != "__main__":
# Exit when this module is imported
exit()