mirror of
https://github.com/hyper-neptune/yuuki.git
synced 2024-11-15 19:04:37 +08:00
8 lines
116 B
Python
8 lines
116 B
Python
#!/usr/bin/python3
|
|
# coding=UTF-8
|
|
|
|
import threading
|
|
|
|
class Yuuki_Thread:
|
|
def __init__(self):
|
|
tasks = []
|