#!/usr/bin/env python3

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

virtmanager.runcli()
