diff --git a/Whatsapp_Chat_Exporter/utility.py b/Whatsapp_Chat_Exporter/utility.py index 9f8c45c..3a02411 100644 --- a/Whatsapp_Chat_Exporter/utility.py +++ b/Whatsapp_Chat_Exporter/utility.py @@ -13,6 +13,7 @@ try: from enum import StrEnum, IntEnum except ImportError: # < Python 3.11 + # This should be removed when the support for Python 3.10 ends. from enum import Enum class StrEnum(str, Enum): pass