1
0
mirror of https://github.com/LC044/WeChatMsg synced 2025-04-22 04:38:03 +08:00
WeChatMsg/app/ui_pc/tool/pc_decrypt/__init__.py

4 lines
69 B
Python
Raw Normal View History

2023-11-15 20:54:27 +08:00
from .pc_decrypt import DecryptControl
__all__ = ['DecryptControl']