design-patterns/behavioral/strategy/__init__.py
2020-10-09 11:45:06 +02:00

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.
"""