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