dashboard
repositories
filestore
activity
search
login
mbx
/
mb-project-info
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
valuation: refresh all current judgements and enforce single latest
Cai
2026-08-09
d7f33c3d393d3cbc42ee0f1e994cb90ed04051e2
[mbx/mb-project-info.git]
/
dev
/
ana-dev
/
hibor_fast_collection
/
__init__.py
1
2
3
4
5
6
7
8
9
"""慧博 APP 快速采集工具。
候选实现默认不执行 APP 动作;所有外部动作必须由 CLI 的显式模式触发。
"""
from .models import ErrorCode, TaskSpec, TerminalStatus
__all__ = ["ErrorCode", "TaskSpec", "TerminalStatus"]
__version__ = "0.1.0"