diff options
Diffstat (limited to 'decoders/am230x/__init__.py')
-rw-r--r-- | decoders/am230x/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/am230x/__init__.py b/decoders/am230x/__init__.py index 73782e1..98f20b6 100644 --- a/decoders/am230x/__init__.py +++ b/decoders/am230x/__init__.py @@ -33,4 +33,4 @@ Therefore the option 'device' must be used to properly decode the communication of the respective sensor. ''' -from .pd import * +from .pd import Decoder |