1 2 3 4 5 6
pub mod check { pub mod cnpj; pub mod cpf; } pub use check::cnpj::cnpj; pub use check::cpf::cpf;