"""
Configuration of cotisations app.
"""

from django.apps import AppConfig


class CotisationsConfig(AppConfig):
    """Configuration of cotisations app."""

    name = "cotisations"