from django.contrib import admin

from infrastructure.persistence.models.system.email import Email

admin.site.register(Email)
