mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
11 lines
111 B
Python
11 lines
111 B
Python
![]() |
|
||
|
|
||
|
class Image(object):
|
||
|
|
||
|
def __init__(self, manifest):
|
||
|
self.manifest = manifest
|
||
|
|
||
|
def destroy(self):
|
||
|
pass
|
||
|
|