Source code for payments.apps

from django.apps import AppConfig


[docs]class PaymentsConfig(AppConfig): name = 'payments'