I know the general process of importing the python file. The importing file and the file in which we want to import must be present in same directory.
If I want to import the file which is present in some other directory by using absolute path, I can able to do it.
But with out using absolute path how to import the python file in any other directory. is there any process by using relative path for importing the file.