mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 10:36:39 +00:00
5 lines
185 B
Python
5 lines
185 B
Python
"""
|
|
Lets you reduce chaotic dependencies between objects. The pattern restricts
|
|
direct communications between the objects and forces them to collaborate only
|
|
via a mediator object.
|
|
"""
|