eive-tmtc/eive_tmtc/__init__.py

8 lines
151 B
Python
Raw Permalink Normal View History

2023-02-01 19:43:25 +01:00
import logging
2022-12-01 14:16:06 +01:00
from pathlib import Path
EIVE_TMTC_ROOT = Path(__file__).parent
PACKAGE_ROOT = EIVE_TMTC_ROOT.parent
2023-02-01 19:43:25 +01:00
2023-06-28 13:10:10 +02:00
APP_LOGGER = logging.getLogger()