mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
refactor: update imports after moving managers to separate module
* Remove manager class imports from core/__init__.py and update validator.py to import ConfigManager from new managers module location.
This commit is contained in:
@@ -1,15 +1,9 @@
|
||||
"""Core modules for SuperClaude installation system"""
|
||||
|
||||
from .config_manager import ConfigManager
|
||||
from .settings_manager import SettingsManager
|
||||
from .file_manager import FileManager
|
||||
from .validator import Validator
|
||||
from .registry import ComponentRegistry
|
||||
|
||||
__all__ = [
|
||||
'ConfigManager',
|
||||
'SettingsManager',
|
||||
'FileManager',
|
||||
'Validator',
|
||||
'ComponentRegistry'
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user