diff options
Diffstat (limited to 'decoders/midi/__init__.py')
-rw-r--r-- | decoders/midi/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/midi/__init__.py b/decoders/midi/__init__.py index 19be493..4dbcf96 100644 --- a/decoders/midi/__init__.py +++ b/decoders/midi/__init__.py @@ -26,4 +26,4 @@ MIDI is layered on top of the UART (async serial) protocol, with a fixed baud rate of 31250 baud (+/- 1%) and 8n1 settings. Bytes are sent LSB-first. ''' -from .pd import * +from .pd import Decoder |