Factorization

* Added packet.py which can serialize OSC packets
This commit is contained in:
2025-11-11 12:30:16 -05:00
parent 4cfe79f474
commit b7c525a84a
3 changed files with 74 additions and 33 deletions

View File

@@ -95,4 +95,4 @@ def parse(body: bytearray) -> dict | None:
'addr': addr[0],
'type_tag': type_tag[0],
'args': args
}
}