1 2 3 4 5 6 7
pub mod license; pub mod user; #[allow(unused_imports)] pub use license::*; #[allow(unused_imports)] pub use user::*;