classImages(object):""" The Images class deals with image related functions for libpod. """def__init__(self,client):self.client=clientdefList(self):""" Lists all images in the libpod image store return: a list of ImageList objects """returnself.client.ListImages()