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

4 lines
150 B
Python

"""
Structural patterns explain how to assemble objects and classes into larger
structures while keeping these structures flexible and efficient.
"""