#!/usr/bin/env python
import ipython
from imqtt import *

if __name__ == '__main__':
    ipython.ipshell()
