Cómo importar archivo desde una ubicación diferente Python

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