import sys, os

here = os.path.abspath("{{ cookiecutter.function_name }}")
sys.path.insert(0, here)