{
"version": 2,
"builds": [
"src": "index.py",
"use": "@vercel/python",
"config": { "runtime": "python3.10" }
}
],
"routes": [
"src": "/(.*)",
"dest": "index.py"
]