from django.contrib import admin

from verify_trusted.widgets.models import Widget

admin.site.register(Widget)
# Register your models here.
