"""
Genesis API — Billing Sub-Package
===================================
FastAPI routes for Stripe billing operations.

Exported symbols
----------------
  router  — FastAPI APIRouter with all billing endpoints mounted.
"""

from .routes import router

__all__ = ["router"]
