feat(02-02): Create Docker sandbox manager
Some checks failed
Discord Webhook / git (push) Has been cancelled
Some checks failed
Discord Webhook / git (push) Has been cancelled
This commit is contained in:
6
src/sandbox/__init__.py
Normal file
6
src/sandbox/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Sandbox module for secure code execution."""
|
||||
|
||||
from .container_manager import ContainerManager
|
||||
from .executor import SandboxExecutor
|
||||
|
||||
__all__ = ["ContainerManager", "SandboxExecutor"]
|
||||
Reference in New Issue
Block a user