summaryrefslogtreecommitdiff
path: root/contrib/libpodpy/containers.py
blob: 921bf0491c740d111a6cb20e007aad006627c16b (plain)
1
2
3
4
5
6
7
8
class Containers(object):

    def __init__(self, client):
        self.client = client

    def List(self):
        pass