move sr1_ship to mods/dr_game

This commit is contained in:
shenjack 2023-04-23 21:56:28 +08:00
parent 90313dd714
commit e5e9578312
3 changed files with 6 additions and 1 deletions

View File

@ -12,6 +12,5 @@ gitee: @shenjackyuanjie
""" """
# 单独导入的(或者就这一个有用的) # 单独导入的(或者就这一个有用的)
# from .delivery import Delivery
# lazy之后之前全部导入的(太多了写不动__all__了 # lazy之后之前全部导入的(太多了写不动__all__了

View File

@ -3,3 +3,9 @@
# Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com # Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com
# All rights reserved # All rights reserved
# ------------------------------- # -------------------------------
from Difficult_Rocket.api.screen import BaseScreen
from Difficult_Rocket import DR_option, DR_runtime