import docker
import socket
class SandboxClient:
def __init__(self, sandbox_id : int, ):
self.sandbox_id : int
client = docker.from_env()