larsks opened this issue 6 years ago · 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.
pyswagger.App
create
__create__