I am trying to make my Python project importable by people who install it using pip. Although it contains a __init__.py and works as a package loca
pip
__init__.py