mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
6 lines
135 B
Python
6 lines
135 B
Python
|
|
|
|
class BootstrapInformation(object):
|
|
def __init__(self, manifest=None, args=None):
|
|
self.manifest = manifest
|
|
self.args = args
|