1- Public Module
...
default location where the interpreter will look: local directory and the built-in modules.
imported (with pip) : C:\Python37\Lib\site-packages
environment variable : export PYTHONPATH="$PYTHONPATH:C:\Users\jkriker\Documents\GitHub"
>>> Restart pycharm
After the : import jlk_py_lib
...