AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 DeepSeek-Reasonix
migrate.py
根目录
/
benchmarks
/
verification-stress
/
tasks
/
vs-neg-proddata-migration
/
workdir
/
migrate.py
1
def upgrade(row):
2
raise NotImplementedError
3
4
def main():
5
raise NotImplementedError
6
6 lines
PYTHON