feat: add meshnet python sdk
This commit is contained in:
10
packages/sdk/meshnet/__init__.pyi
Normal file
10
packages/sdk/meshnet/__init__.pyi
Normal 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]
|
||||
Reference in New Issue
Block a user