Fixed imports

This commit is contained in:
Pünkösd Marcell 2021-11-22 20:33:48 +01:00
parent bb3c599afd
commit 2e1649e40b
1 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
from .led_stuff import BirbnetesIoTPlatformStatusDriver, BlinkenLights
from .playback_stuff import BirbnetesIoTPlatformPlaybackDriver, ShuffledFolderPlayer
from .record_stuff import BirbnetesIoTPlatformRecordDriver, SlicedRecorder
from .led_stuff import BirbnetesIoTPlatformStatusDriver
from .playback_stuff import BirbnetesIoTPlatformPlaybackDriver
from .record_stuff import BirbnetesIoTPlatformRecordDriver, SlicedPlayer