#!/usr/bin/python3.12

import os
import sys
sys.path.insert(0, "/usr/share/virt-manager")
from virtinst import virtxml

virtxml.runcli()
