1
2
3
4
5
pub mod tetrahedron;
pub mod triangle;

pub use self::tetrahedron::*;
pub use self::triangle::*;