1
2
3
pub mod linear;

pub use linear::LinearRegression;