Source code for masterpoints.apps

from django.apps import AppConfig


[docs] class MasterpointsConfig(AppConfig): name = 'masterpoints'