import sys
import os

# Tambahkan direktori proyek ke path
sys.path.insert(0, os.path.dirname(__file__))

from main import app as application