This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Refactor batch-processing code from the CLI into the SpritelyBatch class #5
Labels
refactor
Improvements to the code that do not impact functionality
We need to abstract away batch actions so that they can be managed either by the CLI or by direct module import. Currently all of the batch logic is in the CLI. There is now a SpritelyBatch class that should be used as the platform for any batch processing.
The text was updated successfully, but these errors were encountered: