sdk/baiduSdk/openapi_client/api/__init__.py

7 lines
235 B
Python
Raw Normal View History

2025-08-19 10:20:23 +00:00
"""
__init__.py
"""
# do not import all apis into this module because that uses a lot of memory and stack frames
# if you need the ability to import all apis from one package, import them with
# from openapi_client.apis import AuthApi