mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 09:45:24 -04:00
7 lines
168 B
Python
7 lines
168 B
Python
# services/shell/__init__.py
|
|
"""Shell service — safe command execution."""
|
|
|
|
from .service import ShellService, ShellResult
|
|
|
|
__all__ = ["ShellService", "ShellResult"]
|