2021-05-27 19:53:41 +02:00

8 lines
109 B
Python

from dataclasses import dataclass
@dataclass
class TargetVelocity:
vin: str
target_velocity: float