faif / python-patterns

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

Servant pattern #413

Open lmiguelvargasf opened 5 months ago

lmiguelvargasf commented 5 months ago

This pull request implements the Servant behavioral design pattern.

After doing some research about design patterns, I found out that this pattern was missing.

grimley517 commented 4 months ago

Would you mind adding the pattern name and description into the readme in the appropriate section.