mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-19 19:25:27 -04:00
Odysseus v1.0
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# services/shell/__init__.py
|
||||
"""Shell service — safe command execution."""
|
||||
|
||||
from .service import ShellService, ShellResult
|
||||
|
||||
__all__ = ["ShellService", "ShellResult"]
|
||||
Reference in New Issue
Block a user