Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since python 3.11 'only-string' enums have to be called StrEnums or you need to call `.value` on each member. See https://docs.python.org/3/library/enum.html#enum.StrEnum for documentation
- Loading branch information