I have a project in Pycharm organized as follows:
-- Sources |--__init__.py |--Calculators |--__init__.py |--Filters.py |--Controllers
Did you forget to add the init.py in your package?