Odisej / services /shell /__init__.py
Nerdur's picture
🔄 Sync batch 5/7: code + text files from GitHub
87ac77b verified
Raw
History Blame Contribute Delete
168 Bytes
# services/shell/__init__.py
"""Shell service — safe command execution."""
from .service import ShellService, ShellResult
__all__ = ["ShellService", "ShellResult"]