Updated static interface

This commit is contained in:
2020-09-30 03:12:25 +02:00
parent 4bf5d980d2
commit 087395e950
3 changed files with 30 additions and 9 deletions

View File

@@ -10,3 +10,7 @@ class BirbnetesIoTPlatformPlaybackDriver:
@classmethod
def play_audio(cls, audiofile: str):
playsound(audiofile)
@classmethod
def cleanup(cls):
pass