mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 10:36:39 +00:00
4 lines
133 B
Python
4 lines
133 B
Python
"""
|
|
Lets you attach new behaviors to objects by placing these objects inside special
|
|
wrapper objects that contain the behaviors.
|
|
"""
|