# -*- coding: utf-8 -*- from django.apps import AppConfig class LibraryAppConfig(AppConfig): name = "library" verbose_name = "База Знаний"