Как импортировать файл из другого места Python

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