1config BR2_PACKAGE_PYTHON_ATTRS
2	bool "python-attrs"
3	help
4	  attrs is the Python package that will bring back the joy of
5	  writing classes by relieving you from the drudgery of
6	  implementing object protocols (aka dunder methods).
7
8	  https://attrs.readthedocs.io/
9