1config BR2_PACKAGE_PYTHON_CONSTANTLY
2 bool "python-constantly"
3 help
4 A library that provides symbolic constant support. It
5 includes collections and constants with text, numeric,
6 and bit flag values.
7
8 https://github.com/twisted/constantly
9