1
2
3
4
#[allow(clippy::module_inception)]
mod mesh;

pub use mesh::*;