feat: add typed Python SDK (#213)
This commit is contained in:
6
packages/python-sdk/usesend/__init__.py
Normal file
6
packages/python-sdk/usesend/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Python client for the UseSend API."""
|
||||
|
||||
from .usesend import UseSend, UseSendHTTPError
|
||||
from . import types
|
||||
|
||||
__all__ = ["UseSend", "UseSendHTTPError", "types"]
|
Reference in New Issue
Block a user