1 2 3 4 5 6 7 8
mod add; mod avg; mod count; mod table; pub use add::*; pub use avg::*; pub use count::*;