]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/lpc/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / lpc / __init__.py
index 986b550f0961ce7b056a36148e12103e5055d12c..2c2c430c66ac042af46287def3c57781fc1a0903 100644 (file)
@@ -23,4 +23,4 @@ LPC (Low-Pin Count) is a protocol for low-bandwidth devices used on
 some PC mainboards, such as the "BIOS chip" or the so-called "Super I/O".
 '''
 
-from .pd import *
+from .pd import Decoder