mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
6 lines
138 B
Python
6 lines
138 B
Python
|
|
|
|
class BootstrapInformation(object):
|
|
def __init__(self, manifest=None, debug=False):
|
|
self.manifest = manifest
|
|
self.debug = debug
|