from pathlib import Path ROOT = Path("/nas") TEMPLATE_ROOT = ROOT.joinpath("templates") APP_ROOT = ROOT.joinpath("apps") TRAEFIK_PATH = TEMPLATE_ROOT.joinpath("traefik")