yuuki/libs/thread_control.py
2019-08-23 18:12:41 +08:00

8 lines
116 B
Python

#!/usr/bin/python3
# coding=UTF-8
import threading
class Yuuki_Thread:
def __init__(self):
tasks = []