11 lines
184 B
Python
11 lines
184 B
Python
"""
|
|
writen by shenjackyuanjie
|
|
mail: 3695888@qq.com
|
|
"""
|
|
|
|
import libs
|
|
import threading
|
|
|
|
class Orbit_demo(threading.Thread):
|
|
def __init__(self, threadID, delivery_class):
|
|
pass |