diff options
Diffstat (limited to 'decoders/mlx90614/__init__.py')
-rw-r--r-- | decoders/mlx90614/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mlx90614/__init__.py b/decoders/mlx90614/__init__.py index 0ceabc2..c14e67f 100644 --- a/decoders/mlx90614/__init__.py +++ b/decoders/mlx90614/__init__.py @@ -25,5 +25,5 @@ Details: TODO ''' -from .mlx90614 import * +from .pd import * |