Refactor product creator, remove threading for writing to disk
This commit is contained in:
@@ -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::*;
|
||||
|
||||
Reference in New Issue
Block a user