design-patterns/behavioral/memento/__init__.py
2020-10-03 14:35:46 +02:00

4 lines
119 B
Python

"""
Lets you save and restore the previous state of an object without revealing the
details of its implementation.
"""