mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2024-12-19 05:07:55 +00:00
7 lines
120 B
Python
7 lines
120 B
Python
from . import *
|
|
|
|
print(predict(
|
|
{"queryStringParameters": {
|
|
"vehicles": ""
|
|
}}, {}
|
|
)) |