Skip to content

Improved module import

Latest
Compare
Choose a tag to compare
@TristanBilot TristanBilot released this 08 May 15:08
· 2 commits to master since this release

bqfetch-1.1.0.zip

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 ...