design-patterns/behavioral/__init__.py

4 lines
121 B
Python

"""
Behavioral design patterns are concerned with algorithms and the assignment of
responsibilities between objects.
"""