from django.apps import AppConfig


class WellbeingToolsConfig(AppConfig):
    name = 'wellbeing_tools'
