eive-tmtc/eive_tmtc/tmtc/__init__.py
Robin Mueller 1123c4d4df
All checks were successful
EIVE/-/pipeline/head This commit looks good
WDT
2023-10-11 11:37:48 +02:00

10 lines
382 B
Python

from .payload.subsystem import add_payload_subsystem_cmds
from .solar_array_deployment import add_sa_depl_cmds
from .test import add_test_defs
from .time import add_time_cmds
from .health import add_health_cmd_defs
from .system import add_system_cmd_defs
from .tm_store import add_persistent_tm_store_cmd_defs
from .tcs import add_tmp_sens_cmds
from .wdt import add_xiphos_wdt_defs