from django.contrib import admin
from .models import BookTheme

admin.site.register(BookTheme)
