From http://editor.swagger.io/ with swagger 2.0 I am able to select: Generate Server-->python-flask and generate a python server that I can deploy and use.
BUT When I change to use OpenAPI v3 by selecting Edit--> Convert to Open API 3 I now no longer see the option to generate a python flask server.
Is this not implemented or is there another way to do this?
swagger_server/swagger/swagger.yamlfile for the V3 version after conversion. And do ask Swagger support as to why their code generator can't do that yet.x-swagger-router-controllerentries would have to be copied across.