Description
Enum classes from newer Python versions can be used in legacy Python 2 code. This backport helps older applications represent named constants with the standard Enum API.
It is imported by libraries and applications, not opened directly. New projects should use maintained Python 3 runtimes instead.