from __future__ import annotations from app.app_factory import create_app app = create_app()