feat: add typed Python SDK (#213)
This commit is contained in:
@@ -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