design-patterns/structural/decorator/__init__.py
2020-09-29 22:05:56 +02:00

4 lines
133 B
Python

"""
Lets you attach new behaviors to objects by placing these objects inside special
wrapper objects that contain the behaviors.
"""