faif / python-patterns

A collection of design patterns/idioms in Python
40.2k stars 6.93k forks source link

Add Protocol to factory pattern #403

Closed mfurquimdev closed 1 year ago

mfurquimdev commented 1 year ago

This PR adds a Protocol to factory pattern, reinforcing the object types.

Resolve #402