2023-01-27 15:42:00 +01:00
|
|
|
from .payload.subsystem import add_payload_subsystem_cmds
|
2023-01-19 13:11:28 +01:00
|
|
|
from .solar_array_deployment import add_sa_depl_cmds
|
2022-11-02 19:52:55 +01:00
|
|
|
from .test import add_test_defs
|
2023-02-01 19:43:25 +01:00
|
|
|
from .time import add_time_cmds
|
2023-02-01 20:11:47 +01:00
|
|
|
from .health import add_health_cmd_defs
|
2023-02-12 18:56:59 +01:00
|
|
|
from .system import add_system_cmd_defs
|
2023-02-17 18:13:20 +01:00
|
|
|
from .tm_store import add_persistent_tm_store_cmd_defs
|