mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 02:26:40 +00:00
3 lines
77 B
Python
3 lines
77 B
Python
"""
|
|
Lets you separate algorithms from the objects on which they operate.
|
|
"""
|