New Vehicle Database

This commit is contained in:
Eric Gullickson
2025-11-10 11:20:31 -06:00
parent b50942e909
commit cd118c8f9d
66 changed files with 1552520 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"polestar": [
{
"year": "2022",
"models": [
{
"name": "polestar_2",
"engines": [],
"submodels": []
}
]
},
{
"year": "2021",
"models": [
{
"name": "polestar_1",
"engines": [
"2.0L I4 PLUG-IN HYBRID EV- (PHEV)"
],
"submodels": []
}
]
}
]
}