"""
Configuration of topologie app.
"""

from django.apps import AppConfig


class TopologieConfig(AppConfig):
    """Configuration of topologie app."""

    name = "topologie"