from django.apps import AppConfig


class CalendarappConfig(AppConfig):
    name = "apps.calendarapp"
