#!/usr/local/bin/python3.11

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

virtxml.runcli()
