Como importar arquivo de um local diferente python

import sys
sys.path.append('temp/temp/temp/temp/temp')
Lovely Lapwing