yuuki/libs/thread_control.py

9 lines
116 B
Python
Raw Normal View History

2019-08-22 18:33:10 +08:00
#!/usr/bin/python3
# coding=UTF-8
2019-08-23 18:12:41 +08:00
import threading
class Yuuki_Thread:
2019-08-22 18:33:10 +08:00
def __init__(self):
2019-08-23 18:12:41 +08:00
tasks = []