//! ratatui application — shell, status bar, prompt, conversation,
//! live-stream pane, and the widget library.
//!
//! The application owns nothing business-logical; it is a renderer
//! over `EngineState` and a dispatcher to `zero-commands`.
pub use ;
pub use Theme;