Difficult-Rocket/Difficult_Rocket/api/mod/__init__.py

12 lines
248 B
Python
Raw Normal View History

2023-04-22 16:35:25 +08:00
# -------------------------------
# Difficult Rocket
# Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com
# All rights reserved
# -------------------------------
2023-05-03 18:03:07 +08:00
from Difficult_Rocket.mod.api import ModInfo
2023-04-22 16:35:25 +08:00
2023-05-03 18:03:07 +08:00
__all__ = [
"ModInfo"
]