lego-monitoring/alerting/common.py
2024-10-27 22:29:32 +03:00

4 lines
135 B
Python

import os
from pathlib import Path
CONFIG_FILE = (Path(os.path.dirname(os.path.realpath(__file__))) / ".." / "config.json").resolve()