from django.contrib import admin

from apps.account import models

# Register your models here.

admin.site.register(models.User)
