rscder-pub/plugins/thres/__init__.py
copper 06407ff7da 1. 采用注册表机制注册算法
2. 修改UI
3. 调整bug
2022-09-24 20:50:35 +08:00

5 lines
78 B
Python

from misc import Register
THRES = Register('Thres')
from thres.main import *