tui-rs/examples/demo/mod.rs

4 lines
39 B
Rust
Raw Permalink Normal View History

2019-02-10 21:35:44 +00:00
mod app;
pub mod ui;
pub use app::App;