mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Reformatted doctring and import statements
This commit is contained in:
@@ -1,13 +1,31 @@
|
||||
{
|
||||
"race-name": "AC35",
|
||||
"time-scale": 1.0,
|
||||
"race-size": 4,
|
||||
"race-size": 6,
|
||||
"teams": [
|
||||
{"team-name": "Oracle Team USA", "velocity": 20.9},
|
||||
{"team-name": "Artemis Racing", "velocity": 18.3},
|
||||
{"team-name": "Emirates Team New Zealand", "velocity": 21.5},
|
||||
{"team-name": "Groupama Team France","velocity": 19.9},
|
||||
{"team-name": "Land Rover BAR", "velocity": 17.6},
|
||||
{"team-name": "SoftBank Team Japan", "velocity": 16.6}
|
||||
{
|
||||
"team-name": "Oracle Team USA",
|
||||
"velocity": 20.9
|
||||
},
|
||||
{
|
||||
"team-name": "Artemis Racing",
|
||||
"velocity": 18.3
|
||||
},
|
||||
{
|
||||
"team-name": "Emirates Team New Zealand",
|
||||
"velocity": 21.5
|
||||
},
|
||||
{
|
||||
"team-name": "Groupama Team France",
|
||||
"velocity": 19.9
|
||||
},
|
||||
{
|
||||
"team-name": "Land Rover BAR",
|
||||
"velocity": 17.6
|
||||
},
|
||||
{
|
||||
"team-name": "SoftBank Team Japan",
|
||||
"velocity": 16.6
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user