def build(self, dst_file): """ Сборка отчета """ ZipProxy.pack(dst_file, self.extract_folder)
def __init__(self, src_file, tags): self.extract_folder = ZipProxy.extract(src_file) self._tags = tags # Ссылка на тэги