mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-11 01:29:50 +00:00
7 lines
119 B
Python
7 lines
119 B
Python
from .qemuvolume import QEMUVolume
|
|
|
|
|
|
class Qcow2Volume(QEMUVolume):
|
|
|
|
extension = 'qcow2'
|
|
qemu_format = 'qcow2'
|