#!/home/conda/feedstock_root/build_artifacts/sagelib_1763508505488/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/bin/python
# -*- coding: utf-8 -*-
"""
Sage IPython startup script.
"""

# Display startup banner. Do this before anything else to give the user
# early feedback that Sage is starting.
from sage.misc.banner import banner

banner()

from sage.repl.interpreter import SageTerminalApp

app = SageTerminalApp.instance()
app.initialize()
app.start()
