feat(dbus): Add import for BusProvider in dbus_middleware1 module

This change includes the BusProvider import in the `__init__.py` file of
dbus_middleware1. It ensures the module has access to BusProvider
functionality, improving modularity and readiness for use.
This commit is contained in:
2025-04-19 12:12:16 +02:00
parent bde3920fc1
commit 93b328bf3f

View File

@@ -4,3 +4,5 @@
"""D-Bus middleware version 1 of revpi_middleware."""
from .dbus_helper import REVPI_DBUS_BASE_PATH, REVPI_DBUS_NAME
from .dbus_helper import extend_interface
from .bus_provider import BusProvider