1 2 3 4 5
mod master_contract; mod wallet_contract; pub use master_contract::*; pub use wallet_contract::*;