Test cases / Mapping

This commit is contained in:
zandercymatics 2023-09-14 15:54:54 -06:00
parent 43a636b286
commit 2e6a8198ac
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
4 changed files with 221 additions and 121 deletions

View file

@ -44,7 +44,7 @@ except NameError:
try:
from .client import CLIENT, commands
from .errors import RegistryError, ErrorCode
from epplib.models import common
from epplib.models import common, info
except ImportError:
pass
@ -52,6 +52,7 @@ __all__ = [
"CLIENT",
"commands",
"common",
"info",
"ErrorCode",
"RegistryError",
]