#!/usr/bin/python3

import sys

from IPython import start_ipython


if __name__ == "__main__":
    sys.exit(start_ipython())
