refactor: 移动控制器到pipeline包

This commit is contained in:
RockChinQ
2024-02-23 17:20:57 +08:00
committed by Junyan Qin
parent a060ec66c3
commit cacd21bde7
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ from ..config import manager as config_mgr
from ..audit.center import v2 as center_mgr
from ..command import cmdmgr
from ..plugin import manager as plugin_mgr
from . import pool, controller
from ..pipeline import stagemgr
from . import pool
from ..pipeline import controller, stagemgr
from ..utils import version as version_mgr, proxy as proxy_mgr