#!python
from xtgen import cmd_line

cmdline = cmd_line.XTCmdLine()
cmdline.run()

