bootstrap-vz/tests/integration/images/__init__.py

11 lines
111 B
Python
Raw Normal View History

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