mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
8 lines
118 B
Python
8 lines
118 B
Python
![]() |
from qemuvolume import QEMUVolume
|
||
|
|
||
|
|
||
|
class Qcow2Volume(QEMUVolume):
|
||
|
|
||
|
extension = 'qcow2'
|
||
|
qemu_format = 'qcow2'
|