isotp update

This commit is contained in:
controllerzz
2025-12-14 12:43:05 +03:00
parent 010b2cc1a2
commit 143799e1cb
4 changed files with 44 additions and 54 deletions
+2
View File
@@ -1,7 +1,9 @@
from .carbus_iface import CarBusCanTransport
from .transport import IsoTpChannel
from .api import open_isotp
__all__ = [
"CarBusCanTransport",
"IsoTpChannel",
"open_isotp",
]