forked from loafle/openapi-generator-original
When create api instance, if we don't pass the `api_client` parameter, then use the default api_client in `config` module.
9 lines
139 B
Plaintext
9 lines
139 B
Plaintext
from __future__ import absolute_import
|
|
|
|
from .swagger import ApiClient
|
|
|
|
# Configuration variables
|
|
|
|
api_client = ApiClient("{{basePath}}")
|
|
|