mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 02:26:40 +00:00
5 lines
174 B
Python
5 lines
174 B
Python
"""
|
|
Lets you construct complex objects step by step. The pattern allows you to
|
|
produce different types and representations of an object using the same
|
|
construction code.
|
|
"""
|