#[cfg(test)]
mod tests;

mod internal;
mod proportion;

pub use crate::proportion::Proportion;
pub use internal::Internal;