from django.apps import AppConfig


class MeetingsConfig(AppConfig):
    name = 'apps.meetings'
