summaryrefslogtreecommitdiffstats
path: root/gatt/gatt_stubs.py
diff options
context:
space:
mode:
Diffstat (limited to 'gatt/gatt_stubs.py')
-rw-r--r--gatt/gatt_stubs.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/gatt/gatt_stubs.py b/gatt/gatt_stubs.py
new file mode 100644
index 0000000..54d67c2
--- /dev/null
+++ b/gatt/gatt_stubs.py
@@ -0,0 +1,14 @@
+class DeviceManager:
+ pass
+
+
+class Device:
+ pass
+
+
+class Service:
+ pass
+
+
+class Characteristic:
+ pass