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:
6
setup/base/__init__.py
Normal file
6
setup/base/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Base classes for SuperClaude installation system"""
|
||||
|
||||
from .component import Component
|
||||
from .installer import Installer
|
||||
|
||||
__all__ = ['Component', 'Installer']
|
||||
Reference in New Issue
Block a user