Skip to content

Commit 81a32ba

Browse files
author
ci_volc_sdk_gen
committed
feat: auto generate for cloudmonitor-Python-2018-01-01-online-1568-2025_09_12_15_39_32
1 parent a06fa9b commit 81a32ba

File tree

296 files changed

+64043
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

296 files changed

+64043
-5
lines changed

meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"lasted": "4.0.20",
3-
"meta_commit": "e7655ce548cff3db4a0a006c789fd60506584d28"
2+
"lasted": "4.0.21",
3+
"meta_commit": "32b6f2f52f207b33a78d8a5d0cf6cefc5668db0b"
44
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages # noqa: H301
44

55
NAME = "volcengine-python-sdk"
6-
VERSION = "4.0.20"
6+
VERSION = "4.0.21"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkcloudmonitor/__init__.py

Lines changed: 309 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from __future__ import absolute_import
2+
3+
# flake8: noqa
4+
5+
# import apis into api package
6+
from volcenginesdkcloudmonitor.api.cloudmonitor_api import CLOUDMONITORApi

0 commit comments

Comments
 (0)