fixed python 3.9 compatibility

This commit is contained in:
Patrick762
2023-05-24 17:06:40 +02:00
parent 93db43ea54
commit 2f80192775
4 changed files with 31 additions and 18 deletions

View File

@@ -1,5 +1 @@
"""Stream Deck API."""
from streamdeckapi.api import StreamDeckApi
from streamdeckapi.types import SDInfo, SDWebsocketMessage, SDSize, SDApplication, SDButton, SDButtonPosition, SDDevice
from streamdeckapi.tools import get_model