mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 10:36:39 +00:00
4 lines
150 B
Python
4 lines
150 B
Python
"""
|
|
Structural patterns explain how to assemble objects and classes into larger
|
|
structures while keeping these structures flexible and efficient.
|
|
"""
|