from django.contrib import admin
# Register your models here.
from checker.models import ParagraphType
admin.site.register(ParagraphType)