mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 10:36:39 +00:00
4 lines
96 B
Python
4 lines
96 B
Python
"""
|
|
Lets you produce families of related objects without specifying their concrete
|
|
classes.
|
|
"""
|