"""Web Push blueprint — VAPID + pywebpush. Endpoints pod /push/*. Szczegóły w routes.py i push_service.py. """ from flask import Blueprint bp = Blueprint('push', __name__, url_prefix='/push') from . import routes # noqa: E402, F401