diff options
Diffstat (limited to 'decoders/lpc/__init__.py')
-rw-r--r-- | decoders/lpc/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/lpc/__init__.py b/decoders/lpc/__init__.py index 96d6e70..e03c27e 100644 --- a/decoders/lpc/__init__.py +++ b/decoders/lpc/__init__.py @@ -20,9 +20,6 @@ ''' Low-Pin Count protocol decoder. - -Details: -TODO ''' from .pd import * |