1 2 3 4 5 6 7 8
class Containers(object): def __init__(self, client): self.client = client def List(self): pass