2020-12-13 18:39:12 +08:00
|
|
|
"""
|
|
|
|
writen by shenjackyuanjie
|
|
|
|
mail: 3695888@qq.com
|
|
|
|
"""
|
|
|
|
|
|
|
|
import libs
|
|
|
|
import threading
|
|
|
|
|
|
|
|
class Orbit_demo(threading.Thread):
|
2020-12-14 22:31:34 +08:00
|
|
|
def __init__(self, threadID, delivery_class):
|
2020-12-13 18:39:12 +08:00
|
|
|
pass
|