Fix: import dataclass to resolve NameError on startup

This commit is contained in:
Admin
2026-06-20 02:02:46 +00:00
parent 016719aaf1
commit b897c29e9b
+1
View File
@@ -28,6 +28,7 @@ import threading
import uuid
import re
import xml.etree.ElementTree as ET
from dataclasses import dataclass
from typing import Any, Dict, List, Optional
import requests