1 2 3 4 5 6 7
mod regions; mod university; mod institution; pub use regions::*; pub use university::*; pub use institution::*;