Closed Peyman-N closed 7 months ago
Having a global object was causing a problem in running the code multiple times in series. This pull request, solves this by creating a collection in converter function and pass it through each create function.
I checked it for PEP8 using autopep8, but maybe it have a problem. can tell me which lines doesn't follow PEP8.
Having a global object was causing a problem in running the code multiple times in series. This pull request, solves this by creating a collection in converter function and pass it through each create function.