#!/usr/bin/python2
"""Terminal-based IPython entry point.
"""

from IPython import start_ipython
start_ipython()
