mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 02:26:40 +00:00
4 lines
119 B
Python
4 lines
119 B
Python
"""
|
|
Lets you save and restore the previous state of an object without revealing the
|
|
details of its implementation.
|
|
"""
|