import sys import os BASE_DIR = os.path.join(os.path.dirname(__file__)) sys.path.insert(0, BASE_DIR) from audioApp import app as application