]> 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 a5a7ad6766137271e1e1d73bb7a36cd71b26f009..c0e0ea19cf6ae51fbd0431fb8d5de8036a34992a 100644 (file)
@@ -23,4 +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.
 '''
 
 values that are clocked over SPI in RGB values.
 '''
 
-from .pd import *
+from .pd import Decoder