mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 02:26:40 +00:00
* doc: create package & update general TOCs * doc: add documentation * add code example * reformat using black
4 lines
140 B
Python
4 lines
140 B
Python
"""
|
||
Lets you define a subscription mechanism to notify multiple objects about any
|
||
events that happen to the object they’re observing.
|
||
"""
|