12 lines
248 B
Python
12 lines
248 B
Python
# -------------------------------
|
|
# Difficult Rocket
|
|
# Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com
|
|
# All rights reserved
|
|
# -------------------------------
|
|
|
|
from Difficult_Rocket.mod.api import ModInfo
|
|
|
|
__all__ = [
|
|
"ModInfo"
|
|
]
|