mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
4 lines
95 B
Python
4 lines
95 B
Python
import src.rcgcdw, sys
|
|
|
|
if __name__ != "__main__": # return if called as a module
|
|
sys.exit(1) |