open_in_new
content_copy
class PackerBase(object): def process(self, output_file, inputs=None): raise NotImplementedError()