]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mlx90614/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / mlx90614 / __init__.py
index 1814ac900acc103ddcd5d491677ba59ab9ef8466..e985c9107a610d7dbe469209fba0e4d8887a2444 100644 (file)
@@ -23,4 +23,4 @@ This decoder stacks on top of the 'i2c' PD and decodes the Melexis MLX90614
 infrared thermometer protocol.
 '''
 
-from .pd import *
+from .pd import Decoder