In a Python 3 project import a module inside a folder without `__init__.py` file, `mypy` was unable to find it. Setting root `mypy.ini` file to: ``` [mypy] python_version = 3.6 ``` Does not solved it