pilotwings/backend/docker.py

6 lines
94 B
Python

from docker import from_env
from dotenv import load_dotenv
load_dotenv()
client = from_env()