I have a directory with a number of .py files in it. each file defines some classes. I also have an empty __init__.py in the directory.
.py
__init__.py
Fo
If you are an idiot, like me, then also check whether you didn't name your python file the same as the module you are trying to import.