sondehub-infra/lambda/predict/__main__.py

7 lines
120 B
Python
Raw Normal View History

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