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
Modules don't work like that.
from myproject.mymodule import api print api.MyClass