# LogExtractor — 纯内置库，无需额外安装
# Python >= 3.10
#
# 使用到的标准库模块：
#   os, re, csv, json, threading, datetime
#   tkinter, tkinter.ttk, tkinter.filedialog, tkinter.messagebox
#
# 运行方式：
#   python log_extractor.py
#
# 测试运行：
#   python -m pytest test/ -v
#   或: python test/test_basic.py
