I can't use this library because of the following error: In line 230 of decoder.py is a syntax error: `result: int = 0` It should be: `result = 0` I am using Python 3.5.5