Add shellgen UI and safety modules
This commit is contained in:
6
app/shellgen/ui/__init__.py
Normal file
6
app/shellgen/ui/__init__.py
Normal 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"]
|
||||||
Reference in New Issue
Block a user