mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Added the Setup implimentation
This commit is contained in:
13
setup/components/__init__.py
Normal file
13
setup/components/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""Component implementations for SuperClaude installation system"""
|
||||
|
||||
from .core import CoreComponent
|
||||
from .commands import CommandsComponent
|
||||
from .mcp import MCPComponent
|
||||
from .hooks import HooksComponent
|
||||
|
||||
__all__ = [
|
||||
'CoreComponent',
|
||||
'CommandsComponent',
|
||||
'MCPComponent',
|
||||
'HooksComponent'
|
||||
]
|
||||
Reference in New Issue
Block a user