Source code for apis_core.history.apps

from django.apps import AppConfig


[docs] class HistoryConfig(AppConfig): name = "apis_core.history"