garage-admin-sdk-generator/python/garage_admin_sdk/api/__init__.py

4 lines
219 B
Python
Raw Normal View History

2022-09-12 15:02:35 +00:00
# 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
2022-11-12 21:38:56 +00:00
# from garage_admin_sdk.apis import BucketApi