{
"builds":[
"src": "index.py",
"use": "@vercel/python"
}
],
"routes": [
"src": "/(.*)",
"dest": "index.py"
]