from django.apps import AppConfig


class CredentialsConfig(AppConfig):
    name = 'apps.credentials'
