"""Subscription / billing package: plans, per-user metering, processor-swappable payments with atomic + idempotent activation, and server-side feature gating. See each module's docstring. init_db() is called at app startup.""" from backend.billing.store import init_db # noqa: F401