Files
dagster/apps/weather/src/config.py
2025-07-27 18:06:47 +02:00

5 lines
99 B
Python

import os
from pathlib import Path
APP = os.environ.get("APP", Path(__file__).parent.parent.name)