Refactor and add docstrings

This commit is contained in:
KnugiHK
2025-03-02 00:47:34 +08:00
parent 431dce7d24
commit 4d04e51dda
2 changed files with 120 additions and 50 deletions

View File

@@ -10,7 +10,7 @@ from markupsafe import Markup
from datetime import datetime, timedelta
from enum import IntEnum
from Whatsapp_Chat_Exporter.data_model import ChatStore
from typing import Dict, List, Optional, Tuple, Union
from typing import Dict, List, Optional, Tuple
try:
from enum import StrEnum, IntEnum
except ImportError: