Skip to content

Commit 491f83f

Browse files
author
ci_volc_sdk_gen
committed
feat: auto generate for cdn-Python-2021-03-01-online-524-2024_05_29_17_05_43
1 parent 2068ee2 commit 491f83f

File tree

630 files changed

+121759
-6
lines changed

Some content is hidden

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

630 files changed

+121759
-6
lines changed

meta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"lasted": "1.0.83",
3-
"meta_commit": "dbced919d27fc04b92b10148f0771d171e63cf37"
4-
}
2+
"lasted": "1.0.84",
3+
"meta_commit": "98cec98259ca489df5987e79dcfdb6c093ad53af"
4+
}

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 = "1.0.83"
6+
VERSION = "1.0.84"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkcdn/__init__.py

Lines changed: 643 additions & 0 deletions
Large diffs are not rendered by default.

volcenginesdkcdn/api/__init__.py

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 volcenginesdkcdn.api.cdn_api import CDNApi

0 commit comments

Comments
 (0)