Hi,
I have a file abc.py and another file xyz.py . In the file xyz.py I want to use a function of abc.py so how do I import abc.py into xyz.py given assuming that they are in the same directory. What will be the import statement? I was trying:
import "absolute/path/to/the/file.py"