1
2
3
4
5
6
mod structs;
mod traits;
pub use structs::cash::Cash;
pub use traits::{create::Procedures, calculate::Operations};