# -*- coding: utf-8 -*- from django.apps import AppConfig class SimInfoConfig(AppConfig): name = 'apps.SimInfo' verbose_name = u'SIM卡信息'