Source code for bo4e.enum.strenum
"""
strenum contains an enum that inherits from the plain enum and string.
"""
from enum import Enum
# pylint: disable=too-few-public-methods
# see https://docs.python.org/3/library/enum.html?highlight=strenum#others