Source code for api.apps

from django.apps import AppConfig


[docs]class ApiConfig(AppConfig): name = 'api'