podman/contrib/libpodpy/containers.py

8 lines
122 B
Python

class Containers(object):
def __init__(self, client):
self.client = client
def List(self):
pass