Source code for cluster.apps

from django.apps import AppConfig


[docs]class ClusterConfig(AppConfig): name = 'cluster'