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

4 lines
126 B
Python

"""
Lets you compose objects into tree structures and then work with these
structures as if they were individual objects.
"""