sondehub-infra/lambda/ham_predict/__main__.py

7 lines
120 B
Python
Raw Normal View History

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