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