carbus_lib/isotp_async/__init__.py

7 lines
87 B
Python

from .carbus_iface import CarBusCanTransport
__all__ = [
"CarBusCanTransport",
]