Refactor product creator, remove threading for writing to disk

This commit is contained in:
piv
2023-03-11 10:55:41 +10:30
parent 363c972b71
commit 7cd893cbf8
5 changed files with 250 additions and 256 deletions

View File

@@ -8,8 +8,8 @@ pub use self::move_money::*;
mod overhead_allocation;
pub use self::overhead_allocation::*;
mod create_products;
pub use self::create_products::*;
mod products;
pub use self::products::create_products;
mod shared_models;
pub use self::shared_models::*;