mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2025-04-12 23:29:37 +08:00
5 lines
167 B
Python
5 lines
167 B
Python
from .config.manage import ConfigManager, ConfigModel
|
|
from .plugin.manage import PluginManager, HIDDEN_PLUGINS, MatcherInfo, PluginInfo
|
|
|
|
config = ConfigManager.config
|