bootstrap-vz/common/bootstrapinfo.py

6 lines
138 B
Python

class BootstrapInformation(object):
def __init__(self, manifest=None, debug=False):
self.manifest = manifest
self.debug = debug