We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38b5bc commit 2a271efCopy full SHA for 2a271ef
Adafruit_IO/__init__.py
@@ -21,5 +21,5 @@
21
from .client import Client
22
from .mqtt_client import MQTTClient
23
from .errors import AdafruitIOError, RequestError, ThrottlingError, MQTTError
24
-from .model import Data, Feed, Group, Dashboard, Block, Layout
+from .model import Data, Feed, Group, Dashboard, Block, Layout, GroupFeedData
25
from ._version import __version__
0 commit comments