8 lines
232 B
Python
8 lines
232 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
系统级工具集合 (system_tools)
|
|
- screen_capture: 屏幕截图覆盖层
|
|
- global_hotkey: 全局热键监听线程
|
|
- file_reader: 文本/代码文件读取(编码探测 + 二进制探测)
|
|
"""
|