Skip to main content

spool/config/
mod.rs

1pub mod loader;
2pub mod model;
3
4pub use loader::load_from_path;
5pub use model::*;