Files
odysseus/services/shell/__init__.py
pewdiepie-archdaemon e5c99a5eee Odysseus v1.0
2026-05-31 23:58:26 +09:00

7 lines
168 B
Python

# services/shell/__init__.py
"""Shell service — safe command execution."""
from .service import ShellService, ShellResult
__all__ = ["ShellService", "ShellResult"]