feat(protocan): добавь общий ABI для GUI

This commit is contained in:
2026-08-31 20:45:34 +03:00
parent 648457e587
commit 7910a07f2f
14 changed files with 703 additions and 3 deletions

View File

@@ -1 +1,5 @@
"""Переносимые модули протоколов ProtoCAN и SETGUI: только stdlib."""
"""Переносимые модули ProtoCAN и тонкая обёртка общего C99-ядра."""
from .native import NativeCore, NativeCoreUnavailable, NativeFrame, NativeParser
__all__ = ["NativeCore", "NativeCoreUnavailable", "NativeFrame", "NativeParser"]