import sys, os

# Add the app directory to the python path
sys.path.insert(0, os.path.dirname(__file__))

# Import your Flask app
from app import app as application