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