#!./python3
if __name__ == '__main__':
    import sys
    from IPython.lib.irunner import main

    sys.exit(main())
