mirror of
https://github.com/blyssprivacy/sdk.git
synced 2026-01-13 17:17:57 -05:00
Python client: use spiral v1, add basic docs Unify client versions at 0.2.0 Add min rustc version to all crates
8 lines
128 B
Python
8 lines
128 B
Python
"""
|
|
.. include:: ../docs/main.md
|
|
"""
|
|
|
|
from .main import *
|
|
|
|
__all__ = ["Bucket", "AsyncBucket", "BucketService", "ApiException"]
|