Source code for utils.apps

from django.apps import AppConfig


[docs] class UtilsConfig(AppConfig): name = "utils"