#!python
from mysql2mongodb.shell import MySql2MongoDBApp

app = MySql2MongoDBApp()
app.cmdloop()