functions/__init__.py (
4
lines of code) (
raw
):
import sys import os current_dir = os.path.dirname(os.path.abspath(__file__)) sys.path.append(current_dir)