Source code for pangea.contrib.tagging.apps

from django.apps import AppConfig


[docs]class TaggingConfig(AppConfig): name = 'tagging'