```# NB: Mark this as an explicit namespace packag...
# development
b
Copy code
# NB: Mark this as an explicit namespace packages
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
Fixes my tests, naturally. But wanted to see if that was verboten