# app/core/payment/stripe.py import stripe from app.core.config import settings def init_stripe(): stripe.api_key = settings.stripe_api_key