Files
NmeaClient/ubx/msg.py
T
2026-03-18 20:23:23 +01:00

8 lines
73 B
Python

class UbxMsg:
@classmethod
def from_bytes(cls, data: bytes):
pass