refactor(python): centralize SETProtocol v2 codec

This commit is contained in:
2026-09-01 11:56:24 +03:00
parent 9c0701ab9b
commit 00a0f944c4
2 changed files with 674 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
"""Cross-platform Python facade for the canonical SETProtocol core."""
from .core import * # noqa: F401,F403