from prompt_toolkit import Application from prompt_toolkit.key_binding import KeyBindings from prompt_toolkit.layout import Layout, HSplit from prompt_toolkit.widgets import Label from prompt_toolkit.layout.controls import FormattedTextControl from prompt_toolkit.layout.containers import Window from rich.console import Console