refactor: merge protocol cores as SETProtocol
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
"""Переносимые модули ProtoCAN и тонкая обёртка общего C99-ядра."""
|
||||
"""Переносимые модули и тонкая Python-обёртка SETProtocol."""
|
||||
|
||||
from .native import (
|
||||
NativeCore, NativeCoreUnavailable, NativeFrame, NativeGuiFrame,
|
||||
NativeGuiParser, NativeParser,
|
||||
NativeGuiParser, NativeParser, NativeProtocol, NativeProtocolUnavailable,
|
||||
get_native_core, get_native_protocol,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"NativeCore", "NativeCoreUnavailable", "NativeFrame", "NativeGuiFrame",
|
||||
"NativeGuiParser", "NativeParser",
|
||||
"NativeGuiParser", "NativeParser", "NativeProtocol",
|
||||
"NativeProtocolUnavailable", "get_native_core", "get_native_protocol",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user