feat(protocan): вынеси GUI-кадрирование в общий ABI
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
"""Переносимые модули ProtoCAN и тонкая обёртка общего C99-ядра."""
|
||||
|
||||
from .native import NativeCore, NativeCoreUnavailable, NativeFrame, NativeParser
|
||||
from .native import (
|
||||
NativeCore, NativeCoreUnavailable, NativeFrame, NativeGuiFrame,
|
||||
NativeGuiParser, NativeParser,
|
||||
)
|
||||
|
||||
__all__ = ["NativeCore", "NativeCoreUnavailable", "NativeFrame", "NativeParser"]
|
||||
__all__ = [
|
||||
"NativeCore", "NativeCoreUnavailable", "NativeFrame", "NativeGuiFrame",
|
||||
"NativeGuiParser", "NativeParser",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user