import url_shortener from .app import get_app # Set up the application url_shortener.setup() # Get FastAPI application instance app = get_app()