

# Import your application factory function
from src.app import initApp

# # Initialize the Flask application
application = initApp()
