vehicles.car ============ .. py:module:: vehicles.car Classes ------- .. autoapisummary:: vehicles.car.Car Module Contents --------------- .. py:class:: Car(make, model, year, mileage, fuel_consumption, doors: int) Bases: :py:obj:`vehicles.vehicle.Vehicle` Car class inheriting from Vehicle. .. py:attribute:: doors .. py:method:: display_info() Abstract method to display vehicle information. .. py:method:: calculate_fuel_efficiency() .. py:method:: honk() Honk the car horn.