1
1
Fork 0

save
Some checks failed
Lint Code / Ruff (push) Successful in 7s
Lint Code / MyPy (push) Failing after 10s
Lint Code / Pylint (push) Failing after 10s

This commit is contained in:
EntropicDecay 2024-06-06 18:47:44 -05:00
parent 5d84a1ff65
commit e235cba5d6

8
cars/cars.json Normal file
View file

@ -0,0 +1,8 @@
{
"Tahoe" : "Chevrolet",
"NSX" : "Nissan",
"Civic" : "Honda",
"F150" : "Ford",
"CX-5" : "Mazda",
"Aventador" : "Lamborghini"
}