Closed notmatthancock closed 4 months ago
The n2y.errors module imports StrEnum, but this class is not available until 3.11. We should define StrEnum as suggested here: https://docs.python.org/3.10/library/enum.html#others if an import error is encountered.
n2y.errors
StrEnum
The
n2y.errors
module importsStrEnum
, but this class is not available until 3.11. We should define StrEnum as suggested here: https://docs.python.org/3.10/library/enum.html#others if an import error is encountered.