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

6 lines
349 B
Plaintext
Raw Normal View History

2025-09-16 01:19:40 +00:00
# we can not import model classes here because that would create a circular
# reference which would not work in python2
# do not import all models into this module because that uses a lot of memory and stack frames
# if you need the ability to import all models from one package, import them with
# from {{packageName}}.models import ModelA, ModelB