# -*- coding: utf-8 -*- from django.apps import AppConfig class ExpertdiagConfig(AppConfig): name = 'apps.ExpertDiag' verbose_name = u'专家诊断'