refactor(config): simplify config manager to single unified config

This commit is contained in:
2026-02-05 15:47:05 +08:00
parent 3d90e75441
commit 7ce97c1965
8 changed files with 50 additions and 110 deletions

View File

@@ -8,7 +8,6 @@ from .models import (
from .loader import load_yaml, save_yaml, ConfigError
from .config import (
ConfigManager,
ConfigType,
cfg_manager,
)
@@ -25,6 +24,5 @@ __all__ = [
"ConfigError",
# Manager
"ConfigManager",
"ConfigType",
"cfg_manager",
]