#!/usr/bin/python
from Katari.managment import CommandInterface


parser = CommandInterface()
parser.run()










