#!/usr/bin/env python3

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

virtxml.runcli()
