This commit is contained in:
2025-11-25 18:09:46 +03:00
parent 9eac1da63f
commit 1703d1ed33
266 changed files with 5566 additions and 502 deletions

View File

@@ -1,9 +1,11 @@
import dynamix_sdk.base as _base
from .get import *
from .list import *
class CloudapiAuditAPI(
_base.BaseAPI,
CloudapiAuditGetProtocol,
CloudapiAuditListProtocol,
):
pass