PyWxDump/tests/test_read_info.py

14 lines
446 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-#
# -------------------------------------------------------------------------------
# Name: t2.py
# Description:
# Author: xaoyaoo
# Date: 2023/10/21
# -------------------------------------------------------------------------------
from pywxdump.wx_info import read_info
from pywxdump import VERSION_LIST_PATH, VERSION_LIST
result = read_info(VERSION_LIST, is_logging=True) # 读取微信信息