mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 02:26:40 +00:00
4 lines
128 B
Python
4 lines
128 B
Python
"""
|
|
Lets you define a family of algorithms, put each of them into a separate class,
|
|
and make their objects interchangeable.
|
|
"""
|