9 lines
265 B
Python
9 lines
265 B
Python
from eive_tmtc.config.definitions import CustomServiceList
|
|
from tmtccmd.tc import service_provider
|
|
from tmtccmd.tc.decorator import ServiceProviderParams
|
|
|
|
|
|
@service_provider(CustomServiceList.TM_STORE)
|
|
def pack_tm_store_commands(p: ServiceProviderParams):
|
|
pass
|