Difficult-Rocket/Difficult_Rocket/__init__.py
沈瑗杰 12b914e407 commit about v 0.5.3
release comming(no DEMO)
2021-10-04 20:41:41 +08:00

28 lines
467 B
Python

# -------------------------------
# Difficult Rocket
# Copyright © 2021 by shenjackyuanjie
# All rights reserved
# -------------------------------
"""
writen by shenjackyuanjie
mail: 3695888@qq.com
github: @shenjackyuanjie
gitee: @shenjackyuanjie
"""
from .api import *
from .guis import *
__all__ = [
'new_thread',
'Delivery',
'load_file'
]
@new_thread('think')
def think(some_thing_to_think):
gotcha = 'think_result'
return gotcha