Files
GibSend/packages/python-sdk/usesend/__init__.py
T
2025-09-27 09:40:14 +10:00

8 lines
217 B
Python

"""Python client for the UseSend API."""
from .usesend import UseSend, UseSendHTTPError
from .domains import Domains # type: ignore
from . import types
__all__ = ["UseSend", "UseSendHTTPError", "types", "Domains"]