from django.contrib import admin
from admin_api.models import *
# Register your models here.

admin.site.register(SuperAdmin)



