Source code for pangea.contrib.treeoflife.apps

from django.apps import AppConfig


[docs]class TreeOfLifeConfig(AppConfig): name = 'treeoflife'