1#[allow(clippy::module_inception)] 2mod config; 3pub mod flags; 4#[cfg(test)] 5mod tests; 6 7pub use config::*;