1config BR2_PACKAGE_PYTHON_VISITOR
2	bool "python-visitor"
3	help
4	  A tiny pythonic visitor implementation.
5
6	  http://github.com/mbr/visitor
7