Python doesn't recognize folders as modules by default, you have to add a __init__.py in that folder for Python to recognize it as a module. The file can be empty, but it has to be there.
__init__.py