PyWxDump/build/lib/pywxdump/decrypted/__init__.py
sunhanaix f7486af301
lz4 decompress and bytesExtra decode and enhance ET (#37)
* lz4 decompress and bytesExtra decode and enhance ET

* fix decompress_CompressContent func parameter

---------

Signed-off-by: xaoyaoo <37209452+xaoyaoo@users.noreply.github.com>
Co-authored-by: dean sun <dean.sun@antute.com.cn>
Co-authored-by: xaoyaoo <37209452+xaoyaoo@users.noreply.github.com>
2023-12-04 19:35:36 +08:00

9 lines
427 B
Python

# -*- coding: utf-8 -*-#
# -------------------------------------------------------------------------------
# Name: __init__.py.py
# Description:
# Author: xaoyaoo
# Date: 2023/08/21
# -------------------------------------------------------------------------------
from .decrypt import batch_decrypt, encrypt
from .get_wx_decrypted_db import all_decrypt, merge_copy_msg_db, merge_msg_db, merge_media_msg_db