mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 02:26:40 +00:00
4 lines
126 B
Python
4 lines
126 B
Python
"""
|
|
Lets you compose objects into tree structures and then work with these
|
|
structures as if they were individual objects.
|
|
"""
|