mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 02:26:40 +00:00
4 lines
122 B
Python
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.
|
|
"""
|