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