Decode the Ascii85 encoded bytes-like object or ASCII string b and return the decoded bytes.
base64.a85decode(b, *, foldspaces=False, adobe=False, ignorechars=b' \t\n\r\x0b')