yuuki/libs/thread_control.py

6 lines
93 B
Python
Raw Normal View History

2019-08-22 18:33:10 +08:00
#!/usr/bin/python3
# coding=UTF-8
class Thread_Control:
def __init__(self):
pass