Difficult-Rocket/Difficult_Rocket/api/__init__.py
沈瑗杰 a35fdcd74d commit about v 0.5.2
release comming(no DEMO)
2021-09-23 06:34:23 +08:00

26 lines
573 B
Python

# -------------------------------
# Difficult Rocket
# Copyright © 2021 by shenjackyuanjie
# All rights reserved
# -------------------------------
"""
writen by shenjackyuanjie
mail: 3695888@qq.com
github: @shenjackyuanjie
gitee: @shenjackyuanjie
"""
from .Exp import TexturesError, LanguageError
from .delivery import Delivery
from .new_thread import new_thread
from .tools import config
from .translate import Lang
__all__ = ['TexturesError',
'LanguageError',
'new_thread',
'Delivery',
'config',
'Lang']