from django.apps import AppConfig


class GoalsConfig(AppConfig):
    name = 'apps.goals'
