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

from IPython import start_ipython
start_ipython()
