aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/api/__init__.py
blob: b4143758705e24607a8baccb67f75ac9285880fb (plain)
1
2
3
# 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 fatcat_openapi_client.apis import AuthApi