7 lines
120 B
Python
Raw Normal View History

2022-04-09 15:10:06 +10:00
from . import *
print(predict(
{"queryStringParameters": {
"vehicles": ""
}}, {}
))