1 2 3 4 5 6 7 8 9
pub mod app; pub mod command_actions; pub mod input; pub mod render; pub mod theme; pub mod undo; pub mod wrap; pub use app::run;