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

27 lines
444 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 *
__all__ = [
'new_thread',
'Delivery',
'config'
]
@new_thread('think')
def think(some_thing_to_think):
gotcha = 'think_result'
return gotcha