/**
 * Do not modify!
 *
 * This class is autogenerated by gulp, during the client generation process.
 *
 * Gather up all the exports from the swagger-codegen process for easy inclusion.
 * Supports multiple APIs and Models.
 */
{{#files}}
import {{name}} from '{{{path}}}';
{{/files}}

export {
{{#files}}
  {{name}},
{{/files}}
};