""" Configuration of api app. """ from django.apps import AppConfig class ApiConfig(AppConfig): """Configuration of api app.""" name = "api"