1 2 3 4 5 6
pub mod app; pub mod event_handler; pub mod terminal; pub mod ui; pub use self::terminal::run_tui;