design-patterns/behavioral/visitor/__init__.py
Ruidy 04165c7757
Visitor (#24)
* add documentation

* add code example
2020-10-13 13:17:08 +02:00

3 lines
77 B
Python

"""
Lets you separate algorithms from the objects on which they operate.
"""