design-patterns/behavioral/visitor/__init__.py
2020-10-13 12:52:53 +02:00

3 lines
77 B
Python

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