Files
shell-command-generator-cli/app/shellgen/safety/__init__.py

6 lines
109 B
Python

"""Safety module for command validation."""
from .checker import SafetyChecker
__all__ = ["SafetyChecker"]