1
2
3
4
5
mod properties;
mod system_sc_proxy;

pub use properties::*;
pub use system_sc_proxy::ESDTSystemSmartContractProxy;