add EIVE system cmds

This commit is contained in:
2023-02-12 18:56:59 +01:00
parent d99adf55a1
commit 2d79f6f484
6 changed files with 50 additions and 34 deletions

View File

@ -3,3 +3,4 @@ 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