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