Skip to content

Commit

Permalink
wup
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed Jul 31, 2024
1 parent afe84e1 commit 680dbf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/efoli/strenum.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ class StrEnum(str, Enum): # type:ignore[no-redef]
"""

# We'll live with this class for Python <v3.11. The unit test for python 3.9-3.11 ensure that this works.


__all__ = ["StrEnum"]

0 comments on commit 680dbf9

Please sign in to comment.