AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 DeepSeek-Reasonix
api.py
根目录
/
benchmarks
/
e2e
/
tasks
/
nosol-circular-spec
/
workdir
/
api.py
1
# Layering note: api binds the TABLES name from store at module level.
2
# A module import is not enough; the name itself must be bound.
3
HANDLERS = {}
4
4 lines
PYTHON