bootstrap-vz/common/bootstrapinfo.py
2013-07-08 23:13:56 +02:00

6 lines
135 B
Python

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