1
2
3
4
5
pub mod bernoulli;
pub mod categorical;

pub use bernoulli::*;
pub use categorical::*;