Source code for src.dieta_especial.apps

from django.apps import AppConfig


[docs] class DietaEspecialConfig(AppConfig): name = "src.dieta_especial"