pub fn run(config: UiConfig) -> Result<()>
Runs the terminal UI with the provided data/configuration.
3fn main() -> anyhow::Result<()> { 4 player_scope::ui::run(data::config()) 5}