manchenkoff / openapi3-parser

OpenAPI 3 parser to use a specification inside of the code in your projects
https://pypi.org/project/openapi3-parser/
MIT License
61 stars 33 forks source link

Introduce Protocol instead of abstract classes and interfaces #37

Open manchenkoff opened 2 years ago

manchenkoff commented 2 years ago

To be able to use another factory from other packages or to be able to extend the current package without code changes in 3rd party code we should use Protocols instead of Interfaces.