from django.apps import AppConfig


class ApiCustomerConfig(AppConfig):
    name = 'API_Customer'
