Newer
Older
navi-1 / navi / push / __init__.py
@Eugene Sukhodolskiy Eugene Sukhodolskiy 14 hours ago 364 bytes PWA: installable webclient, offline shell, web push
"""Web push (PWA) — subscription storage and turn-completion notifications.

Optional integration: with NAVI_VAPID_PUBLIC_KEY/NAVI_VAPID_PRIVATE_KEY empty
the service is disabled and behaves as a no-op everywhere.
"""

from navi.push.service import PushService
from navi.push.store import PushSubscriptionStore

__all__ = ["PushService", "PushSubscriptionStore"]