ProjectNeura / LEADS

Build your race-ready electric car in 10 minutes with powerful electronic stability control and a modern dashboard.
https://leads.projectneura.org
Apache License 2.0
246 stars 53 forks source link

Use `match` Instead of `if` Trees #201

Closed ATATC closed 1 month ago

ATATC commented 1 month ago

Since match is a more powerful syntax introduced in Python 3.10, we want to use it instead of if trees.