Files
GibSend/packages/python-sdk/usesend/__init__.py
2025-09-09 05:50:08 +10:00

7 lines
161 B
Python

"""Python client for the UseSend API."""
from .usesend import UseSend, UseSendHTTPError
from . import types
__all__ = ["UseSend", "UseSendHTTPError", "types"]