#!./python3
if __name__ == '__main__':
    import sys
    from IPython import start_ipython

    sys.exit(start_ipython())
