mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
6 lines
105 B
Python
6 lines
105 B
Python
|
|
"""
|
||
|
|
SuperClaude CLI - Modern typer + rich based command-line interface
|
||
|
|
"""
|
||
|
|
|
||
|
|
__all__ = ["app", "console"]
|