mirror of
https://github.com/fdehau/tui-rs.git
synced 2024-11-11 01:10:24 +00:00
4 lines
39 B
Rust
4 lines
39 B
Rust
|
mod app;
|
||
|
pub mod ui;
|
||
|
pub use app::App;
|