Source code for pangea.contrib.metasub.apps

from django.apps import AppConfig


[docs]class MetaSUBConfig(AppConfig): name = 'metasub'