airflow_client/client/api/__init__.py (1 lines of code) (raw):

# 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 airflow_client.client.apis import ConfigApi