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']