This commit is contained in:
2025-03-21 17:47:09 +03:00
commit 346ffd4255
54 changed files with 2565 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
import dynamix_sdk.base as _base
from .account import *
from .compute import *
from .kvmx86 import *
from .rg import *
from .user import *
class CloudapiAPI(_base.BaseAPI):
account: CloudapiAccountAPI
compute: CloudapiComputeAPI
kvmx86: CloudapiKvmx86API
rg: CloudapiRgAPI
user: CloudapiUserAPI