mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
4 lines
135 B
Python
4 lines
135 B
Python
import os
|
|
from pathlib import Path
|
|
|
|
CONFIG_FILE = (Path(os.path.dirname(os.path.realpath(__file__))) / ".." / "config.json").resolve()
|