lego-monitoring/alerting/common.py
2024-10-27 14:47:02 +03:00

4 lines
128 B
Python

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