Importing from another directory
I am structuring my Python application with the following folder architecture (roughly following the outline here ): myapp: myapp_service1: myapp_service1_start.py ... myapp_service2: myapp_service2_start.py ... myapp_service3: myapp_service3_start.py ... common: myapp_common1.py myapp_common2.py myapp_common3.py ... scripts: script1.py script2.py script3.py ... tests: ... docs: ... LICENSE.txt MANIFEST.in README This is ideal file/folder hierarchy for me, however, I am confused on how to reference modules from outside folders. For instance, myapp_service1_start.py needs to reference function