I have a directory called "code". Within that directory I have to sub directories:
lib: Holds a python module I've created
src: Holds the python source code calling the module.
When I try to run the code, the import statement is not seeing the module in a separate folder. How do I make the two files interact without changing directories?