eive-tmtc/eive_tmtc/__init__.py
Robin Mueller d2324dace9
All checks were successful
EIVE/-/pipeline/head This commit looks good
changelog and init
2023-07-26 13:13:41 +02:00

15 lines
254 B
Python

__version__ = "5.3.1"
import logging
from pathlib import Path
SW_NAME = "eive-tmtc"
VERSION_MAJOR = 5
VERSION_MINOR = 3
VERSION_REVISION = 1
EIVE_TMTC_ROOT = Path(__file__).parent
PACKAGE_ROOT = EIVE_TMTC_ROOT.parent
APP_LOGGER = logging.getLogger()