]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/rgb_led_spi/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / rgb_led_spi / __init__.py
index 3d41ea588461be3dead4d30710aabdbf3c0aad74..c0e0ea19cf6ae51fbd0431fb8d5de8036a34992a 100644 (file)
@@ -23,5 +23,4 @@ This decoder stacks on top of the 'spi' PD and decodes generic RGB LED string
 values that are clocked over SPI in RGB values.
 '''
 
-from .pd import *
-
+from .pd import Decoder