1
from django.contrib import admin
2
from ldt.text.models import Annotation
3
4
admin.site.register(Annotation)