Merge branch 'mueller/master' of https://egit.irs.uni-stuttgart.de/eive/eive-tmtc into mueller/master

This commit is contained in:
Robin Mueller
2022-04-05 00:55:17 +02:00
7 changed files with 22 additions and 35 deletions

View File

@ -1,8 +1,10 @@
import os.path
from config.object_ids import get_object_ids
from tmtccmd.logging import get_console_logger
from tmtccmd.utility.fsfw import parse_fsfw_events_csv, EventDictT, EventInfo
from tmtccmd.fsfw import parse_fsfw_events_csv, EventDictT, EventInfo
LOGGER = get_console_logger()
DEFAULT_EVENTS_CSV_PATH = "config/events.csv"