#!/usr/bin/env python
from imqtt import *
import IPython
if __name__ == '__main__':
    IPython.embed()
