cara mengimpor file dari desktop ke python

import os
path = os.path.dirname(os.path.realpath(__file__))
sys.path.append(path)
Homeless Hyena