mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-05-30 12:58:53 +00:00
Add note
This commit is contained in:
@@ -13,6 +13,7 @@ try:
|
|||||||
from enum import StrEnum, IntEnum
|
from enum import StrEnum, IntEnum
|
||||||
except ImportError:
|
except ImportError:
|
||||||
# < Python 3.11
|
# < Python 3.11
|
||||||
|
# This should be removed when the support for Python 3.10 ends.
|
||||||
from enum import Enum
|
from enum import Enum
|
||||||
class StrEnum(str, Enum):
|
class StrEnum(str, Enum):
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user