Adam Dobrowolski

Results 1 issues of Adam Dobrowolski

https://github.com/kodie/ansiescapes/blob/25a4b90343349d70db02b2a35c29e3120b494b6f/ansiescapes.py#L8 I'm in no way python enthusiast but this line results in error: ``` File "/home/pholat/.local/lib/python3.6/site-packages/ansiescapes.py", line 8, in _ def _(s): return s.decode('unicode_escape'); AttributeError: 'str' object has no attribute...