"""Точка входа для gunicorn — app:app.""" from app import create_app app = create_app()