environment/defaults.py (
4
lines of code) (
raw
):
from pathlib import Path DEFAULT_CONTAINER_CONFIG_PATH = ( Path(__file__).parent / "config" / "container_configs" / "default.json" )