carbus_lib/isotp_async/__init__.py

5 lines
85 B
Python

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