class UbxMsg: def __init__(self, mclass: int, mid: int): self.mclass = mclass self.mid = mid @classmethod def from_bytes(cls, data: bytes): pass