import os
import sys

app_dir = os.path.join(os.getcwd(), "src")
sys.path.insert(0, app_dir)