1
0
mirror of https://github.com/LC044/WeChatMsg synced 2025-04-16 00:18:27 +08:00
WeChatMsg/app/ui_pc/tool/__init__.py

4 lines
62 B
Python
Raw Normal View History

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