feat: add meshnet python sdk

This commit is contained in:
Dobromir Popov
2026-06-29 10:29:19 +03:00
parent e9c9bf63bc
commit 3286f77e27
10 changed files with 850 additions and 87 deletions

View File

@@ -0,0 +1,10 @@
from .client import (
Client as Client,
CostEstimate as CostEstimate,
RedundantRequestResult as RedundantRequestResult,
TopUpQuote as TopUpQuote,
WalletBalance as WalletBalance,
)
__version__: str
__all__: list[str]