8 lines
73 B
Python
8 lines
73 B
Python
|
|
|
|
class UbxMsg:
|
|
|
|
@classmethod
|
|
def from_bytes(cls, data: bytes):
|
|
pass
|