Difficult-Rocket/Difficult_Rocket/__init__.py
2021-09-05 00:50:05 +08:00

21 lines
290 B
Python

"""
writen by shenjackyuanjie
mail: 3695888@qq.com
github: @shenjackyuanjie
gitee: @shenjackyuanjie
"""
from .api import *
__all__ = [
'new_thread',
'Delivery',
'config'
]
@new_thread('think')
def think(some_thing_to_think):
gotcha = 'think_result'
return gotcha