from django.apps import AppConfig


class EstadisticasConfig(AppConfig):
    name = 'estadisticas'
