Files
ox_speak_server_v2/src/app/mod.rs
2025-12-13 02:15:28 +01:00

5 lines
63 B
Rust

mod app;
mod state;
pub use app::App;
pub use state::AppState;