eive-tmtc/eive_tmtc/__init__.py
Robin Mueller 18304c31fa
Some checks failed
EIVE/-/pipeline/head There was a failure building this commit
prep v5.1.0
2023-06-28 13:39:20 +02:00

15 lines
254 B
Python

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