bootstrap-vz/tests/integration/images/__init__.py
2015-04-16 22:15:21 +02:00

10 lines
111 B
Python

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