#!/usr/bin/env python
from xtgen import cmd_line

cmdline = cmd_line.CmdLine()
cmdline.run()

