from django.apps import AppConfig


class MotionSecondmentConfig(AppConfig):
    default_auto_field = 'django.db.models.BigAutoField'
    name = 'apps.motion_secondment'
    verbose_name = 'Motion Secondment'
