pyopenapi/pyswagger

pyswagger.App has no __create__ method

larsks opened this issue · 0 comments

The README suggests:

from pyswagger import App, Security
app = App._create_('http://petstore.swagger.io/v2/swagger.json')

But while pyswagger.App has a create method, it has no __create__ method.