Skip to content
Snippets Groups Projects
apps.py 94 B
from django.apps import AppConfig


class MapsUtilsConfig(AppConfig):
    name = "maps_utils"