mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
7 lines
131 B
Python
7 lines
131 B
Python
![]() |
|
||
|
|
||
|
class BootstrapInformation(object):
|
||
|
def __init__(self, manifest=None, args=None):
|
||
|
self.manifest = manifest
|
||
|
self.args = args
|