How to import an external python file

Hello guys!

I am writing a code in a python script node and I have to import a .py file from a directory on my computer in order to use the class functions which are in this external .py file.
Can anyone help me on how to do it?

Thanks in advance!