5 lines
78 B
Python
5 lines
78 B
Python
from misc import Register
|
|
|
|
THRES = Register('Thres')
|
|
|
|
from thres.main import * |