Add shellgen UI and safety modules

This commit is contained in:
2026-01-29 12:43:40 +00:00
parent 1f37e9538f
commit 2fc806954c

View File

@@ -0,0 +1,6 @@
"""UI module for console output and interaction."""
from .console import ConsoleUI
from .argparse import create_parser
__all__ = ["ConsoleUI", "create_parser"]