Changed
- Switched from having
chunkerify()
output a function to having it return an instance of the newChunker()
class which should not alter functionality in any way but will allow for the preservation of type hints, fixing #7.
chunkerify()
output a function to having it return an instance of the new Chunker()
class which should not alter functionality in any way but will allow for the preservation of type hints, fixing #7.