I think you can try some really easy ways:
You could structure your project as a Python package and include an init.py in the testApp directory to make it a proper package.
use relative imports if you're packaging the entire project as a Python package