Description
Define named symbolic constants in Python code so APIs can use clear values instead of raw strings or numbers. It helps libraries communicate states, modes, and options in a way that is easier to read and compare.
This is a small programming dependency, not a separate tool. It is mainly useful when another package requires it or when a project wants stable, named values for public interfaces.