from django.apps.config import AppConfig


class StripePaymentDashboardConfig(AppConfig):
    name = 'apps.dashboard.stripe'
    label = 'Stripe Payment'