domasi/src/lib.rs

5 lines
83 B
Rust

pub use crate::alert::Alert;
pub use crate::domasi::Domasi;
mod alert;
mod domasi;