Impor satu file ke dalam ular sanca lagi

import os

os.chdir("**Put here the directory where you have the file with your function**")

from file import function

os.chdir("**Put here the directory where you were working**")
Odd Osprey