Tidies up the blocktools.py module:
- fixes flake8 warnings
- changes function-level comments to docstrings.
Takes in @skeees's commit b184127db2f10c70637ce61ba678efcab0f08a88
Moves function comments to docstrings, and moves the module-level
constant to the top of the file.
utACK 4d355bf
utACK 4d355bfb2bad72f9d33212de6f3483e0ce6493ae
Nice cleanup!