design-patterns/behavioral/state/__init__.py
Ruidy 1694f453ee
State (#21)
* add documentation

* add code example
2020-10-07 17:32:45 +02:00

4 lines
122 B
Python

"""
Lets an object alter its behavior when its internal state changes. It appears as
if the object changed its class.
"""