eive-tmtc/eive_tmtc/tmtc/tm_store.py

9 lines
265 B
Python
Raw Normal View History

2023-02-07 15:21:48 +01:00
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