6 lines
65 B
Rust

mod license;
mod shared;
pub use license::*;
pub use shared::*;