I want to import some files/modules from other directory. I have placed an init.py in the directory but still not able to import the files/modules. I am using Pycharm 2019.
I want to use init.py only method and not the sys.path.append.
thanks in Advance!