1 2 3 4 5
mod app_state; mod rendering; mod term_interaction; pub(crate) use term_interaction::run_tui;