diff --git a/volkswagencarnet/vw_vehicle.py b/volkswagencarnet/vw_vehicle.py index 31b276e9..ba92e44e 100644 --- a/volkswagencarnet/vw_vehicle.py +++ b/volkswagencarnet/vw_vehicle.py @@ -28,6 +28,7 @@ ENGINE_TYPE_GASOLINE = "gasoline" ENGINE_TYPE_COMBUSTION = [ENGINE_TYPE_DIESEL, ENGINE_TYPE_GASOLINE] + class Vehicle: """Vehicle contains the state of sensors and methods for interacting with the car."""