diff --git a/birbnetes_iot_platform_raspberry/__init__.py b/birbnetes_iot_platform_raspberry/__init__.py index db5043c..4c1e2d5 100644 --- a/birbnetes_iot_platform_raspberry/__init__.py +++ b/birbnetes_iot_platform_raspberry/__init__.py @@ -1,3 +1,3 @@ -from .led_stuff import BirbnetesIoTPlatformStatusDriver +from .led_stuff import BirbnetesIoTPlatformStatusDriver, BlinkenLights from .playback_stuff import BirbnetesIoTPlatformPlaybackDriver -from .record_stuff import BirbnetesIoTPlatformRecordDriver +from .record_stuff import BirbnetesIoTPlatformRecordDriver, SlicedRecorder