from django.contrib import admin

from .models import *


for m in [ ReverseDNSEntry, WireGuardVPNPool, WireGuardVPN ]:
    admin.site.register(m)