dashboard
repositories
filestore
activity
search
login
mbx
/
mb-project-info
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
chore: 更新2026-09-07股票估值每日台账
Cai
4 days ago
8063683d6582220489268b7576273d44c79f7e1b
[mbx/mb-project-info.git]
/
dev
/
project-dev
/
stock_valuation_pipeline_v2
/
__init__.py
1
2
3
4
5
6
7
"""Project-level end-to-end coordinator for the read-only V1 valuation engine."""
__version__ = "2.0.0"
from .workflow import run_ticker_pipeline
__all__ = ["run_ticker_pipeline"]