5 lines
85 B
Python
5 lines
85 B
Python
from misc import Register
|
|
|
|
THRES = Register('阈值方法')
|
|
|
|
from thres.main import * |