Peter Naudus

Results 2 issues of Peter Naudus

This implements #25 by adding `namespace_packages` to `mypy_default.ini`, setting it to `True`

As I'm sure you are aware, in Python3, `__init__.py` is no longer required for modules. The only problem is that in MyPy, when the `__init__.py` file is missing, it won't...