Add shellgen UI and safety modules
This commit is contained in:
5
app/shellgen/safety/__init__.py
Normal file
5
app/shellgen/safety/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Safety module for command validation."""
|
||||
|
||||
from .checker import SafetyChecker
|
||||
|
||||
__all__ = ["SafetyChecker"]
|
||||
Reference in New Issue
Block a user