getter and setter added for dnssecdata; dnssecdata added to cache

This commit is contained in:
David Kennedy 2023-09-28 10:10:48 -04:00
parent 24ecb6be50
commit 6df2a65a90
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 47 additions and 3 deletions

View file

@ -47,6 +47,7 @@ try:
from .client import CLIENT, commands
from .errors import RegistryError, ErrorCode
from epplib.models import common
from epplib.responses import extensions
except ImportError:
pass
@ -54,6 +55,7 @@ __all__ = [
"CLIENT",
"commands",
"common",
"extensions",
"ErrorCode",
"RegistryError",
]