feat: expose domain dns records via api (#259)

This commit is contained in:
KM Koushik
2025-09-27 09:40:14 +10:00
committed by GitHub
parent 014199201b
commit 76fdad6c81
25 changed files with 2066 additions and 551 deletions
+2 -1
View File
@@ -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"]