astock-agent/backend/app/dependencies.py
2026-04-07 20:51:00 +08:00

8 lines
118 B
Python

"""依赖注入"""
from app.data.tushare_client import tushare_client
def get_tushare():
return tushare_client