1
2
3
4
5
pub mod extracted_information;
pub mod report;

#[doc(inline)]
pub use crate::validate::report::Report;