feat: add meshnet python sdk
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
"""meshnet — Distributed Inference Network Python SDK."""
|
||||
|
||||
from .client import (
|
||||
Client,
|
||||
CostEstimate,
|
||||
RedundantRequestResult,
|
||||
TopUpQuote,
|
||||
WalletBalance,
|
||||
)
|
||||
|
||||
__version__ = "0.1.0"
|
||||
|
||||
__all__ = [
|
||||
"Client",
|
||||
"CostEstimate",
|
||||
"RedundantRequestResult",
|
||||
"TopUpQuote",
|
||||
"WalletBalance",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user