I am new in Python and pycharm ide. I have created one of my own module and importing it in another python file. Both of my python files are in same direcotary and parent directory has been made Sources Root directory.
Now my program is working fine but pycharm ide is showing error in import statement and on hover prompting no such module.
I am not sure if i am doing something wrong please let me know what is the proper way to import a module.
here is my project structure -
Main.py is importing Greeting.py and getting error.test is a root directory.