tui-rs/examples/demo/mod.rs
2019-02-10 23:28:31 +01:00

4 lines
39 B
Rust

mod app;
pub mod ui;
pub use app::App;