#! /usr/bin/python3 -s
from xtgen import cmd_line

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

