mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-18 12:43:58 +08:00
8 lines
206 B
Python
8 lines
206 B
Python
"""插件和模块运行时管理接口。"""
|
|
|
|
from app.extensions.module_manager import ModuleManager
|
|
from app.extensions.plugin_manager import PluginManager
|
|
|
|
|
|
__all__ = ["ModuleManager", "PluginManager"]
|