# app/modules/payments/routes/__init__.py """ Payments module routes. Import routers directly from their canonical locations: from app.modules.payments.routes.api.admin import router from app.modules.payments.routes.api.store import router """