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