#!/usr/bin/python3.13

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

virtmanager.runcli()
