9 lines
213 B
Python
9 lines
213 B
Python
|
from tmtccmd.utility import ObjectId
|
||
|
from tmtccmd.utility.tmtc_printer import FsfwTmTcPrinter
|
||
|
|
||
|
|
||
|
def handle_gyros_hk_data(
|
||
|
object_id: ObjectId, printer: FsfwTmTcPrinter, set_id: int, hk_data: bytes
|
||
|
):
|
||
|
pass
|