Skip to content

Commit

Permalink
Also load new Zandvoort track
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferry Schoenmakers committed Oct 23, 2024
1 parent c7d268f commit c582660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions racer/tracks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
from . import track1
from . import track2
from . import zandvoort

all_tracks = [
track1,
track2,
zandvoort,
]

0 comments on commit c582660

Please sign in to comment.