def decompress(self, compressed_data): decompressed_data = bytearray()
import discipline_zerozip
return bytes(compressed_data)