The aim of this release is to replace the old way of importing the bqfetch module.
Before: from bqfetch.bqfetch import ...
Now: from bqfetch import ...
The aim of this release is to replace the old way of importing the bqfetch module.
Before: from bqfetch.bqfetch import ...
Now: from bqfetch import ...