Skip to content

Commit 0fb361a

Browse files
committed
Quectel stuff
1 parent 6ad76d4 commit 0fb361a

3 files changed

Lines changed: 1555 additions & 1 deletion

File tree

dashio/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
from .schedular import Schedular
7676
from .tcp_connection import TCPConnection
7777
from .zmq_connection import ZMQConnection
78+
from . import quectel_EG800Q
7879

7980
__all__ = [
8081
'Device',
@@ -144,7 +145,8 @@
144145
'ButtonGroup',
145146
'EventData',
146147
'EventLog',
147-
'ColorPicker'
148+
'ColorPicker',
149+
'quectel_EG800Q'
148150
]
149151

150152

0 commit comments

Comments
 (0)