]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/uart/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / uart / __init__.py
index f3c0693a9923a7e37ea9c1e2cf0a9d717db0d26e..efe0e523a8954df2696dadb0ee8829ada823d607 100644 (file)
@@ -38,5 +38,4 @@ it though, no matter whether the source was on TTL UART levels, or RS232,
 or others.
 '''
 
-from .pd import *
-
+from .pd import Decoder