6 lines
78 B
Rust
6 lines
78 B
Rust
mod app;
|
|
mod app_builder;
|
|
|
|
pub use app::App;
|
|
pub use app_builder::AppBuilder;
|