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