mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-08 03:26:43 +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.
|
|
"""
|