]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/tca6408a/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / tca6408a / __init__.py
index 9982d58bfaafe03e818d876943d7e10757c094fd..f679674e3e3cfe1e06e2eb60959f82c57f76da7b 100644 (file)
@@ -23,4 +23,4 @@ This decoder stacks on top of the 'i2c' PD and decodes the Texas Instruments
 TCA6408A 8-bit I²C I/O expander protocol.
 '''
 
-from .pd import *
+from .pd import Decoder