recipes/back_core/src/app_core/shared/app.rs

6 lines
70 B
Rust

mod context;
mod lang;
pub use context::Context;
pub use lang::Lang;