feat: expose domain dns records via api (#259)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"""Python client for the UseSend API."""
|
||||
|
||||
from .usesend import UseSend, UseSendHTTPError
|
||||
from .domains import Domains # type: ignore
|
||||
from . import types
|
||||
|
||||
__all__ = ["UseSend", "UseSendHTTPError", "types"]
|
||||
__all__ = ["UseSend", "UseSendHTTPError", "types", "Domains"]
|
||||
|
||||
Reference in New Issue
Block a user