superclaude-org--superclaude_framework
59d74b8af2
Complete foundational restructure with: - Simplified project architecture - Comprehensive documentation system - Modern installation framework - Clean configuration management - Updated profiles and settings 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
6 行
159 B
Python
6 行
159 B
Python
"""Base classes for SuperClaude installation system"""
|
|
|
|
from .component import Component
|
|
from .installer import Installer
|
|
|
|
__all__ = ['Component', 'Installer'] |