# SPDX-License-Identifier: AGPL-3.0
"""可运行的入口脚本集合。
本包包含所有可直接运行的脚本入口,通过 _path_setup.py 确保项目根目录在 sys.path 上。
"""
__all__: list[str] = []