7 lines
120 B
Python
Raw Normal View History

2021-12-20 17:02:02 +11:00
from . import *
print(predict(
{"queryStringParameters": {
"vehicles": ""
}}, {}
))