class Image(object): def __init__(self, manifest): self.manifest = manifest def destroy(self): pass