6 lines
136 B
Python
6 lines
136 B
Python
from misc.utils import Register
|
|
|
|
AI_METHOD = Register('AI Method')
|
|
from .packages.sta_net import STANet
|
|
from .main import AIPlugin
|