from django.apps import AppConfig


class BookDatabaseConfig(AppConfig):
    name = 'BookDatabase'

