co-maps/tools/python/airmaps/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
215 B
Python
Raw Normal View History

2025-11-22 13:58:55 +01:00
import os
from airmaps.instruments import settings
CONFIG_PATH = os.path.join(
os.path.dirname(os.path.join(os.path.realpath(__file__))),
"var",
"etc",
"airmaps.ini",
)
settings.init(CONFIG_PATH)