from django.apps import AppConfig


class FeelingConfig(AppConfig):
    name = 'feeling'
