Feature/rebase dr runtime #30

Merged
shenjackyuanjie merged 5 commits from feature/rebase_dr_runtime into main 2023-06-17 01:01:42 +08:00
Showing only changes of commit 021ad2d5de - Show all commits

View File

@ -10,13 +10,10 @@ import rtoml
sys.path.append(os.path.abspath(os.curdir))
from Difficult_Rocket import DR_runtime
from Difficult_Rocket.runtime import DR_runtime
args = ['-env', '-github-dev']
# print(sys.argv)
if sys.argv == [__file__]: # 没有输入参数,直接输出默认信息并输出
print(sys.version)