design-patterns/behavioral/memento/__init__.py
Ruidy bf1d5dd7f0
Memento (#19)
* doc: add documentation

* doc: update general documentation

* add code example
2020-10-03 20:45:32 +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.
"""