mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-08 11:36:47 +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.
|
|
"""
|