import sys, os

# Add your project directory to the Python path
sys.path.insert(0, '/home/mykamani/shit.myvipatech.ir/OpenAi_Assistant')

# Import the app factory function and create the app
from app import create_app

# Passenger looks for 'application'
application = create_app()
