cvat/cvat-sdk/gen/templates/openapi-generator/__init__api.mustache

11 lines
312 B
Plaintext
Raw Permalink Normal View History

2025-09-16 01:19:40 +00:00
{{#apiInfo}}
{{#apis}}
{{#-first}}
{{>partial_header}}
# 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 {{packageName}}.apis import {{classname}}
{{/-first}}
{{/apis}}
{{/apiInfo}}