aeidon.enum

Source: aeidon/enum.py

Lists of named constants with integer values.

EnumerationItem`s are subclassed from :class:`int, so they are actual integers. The string value of an item will be the name that it was defined with in its set. New items can always be added to an enumeration.