github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/python-legacy/lakefs_client/model/__init__.py (about)

     1  # we can not import model classes here because that would create a circular
     2  # reference which would not work in python2
     3  # do not import all models into this module because that uses a lot of memory and stack frames
     4  # if you need the ability to import all models from one package, import them with
     5  # from {{packageName}.models import ModelA, ModelB