2023-12-26 00:25:09 +03:00

6 lines
91 B
Python

from django.apps import AppConfig
class PaymentsConfig(AppConfig):
name = "payments"