Implement program in python

Write programs for the following question in Python using Object Oriented approach. Programs should write output to the Console and have input hard coded in main.

BSTVehicle:

Implement a BSTVehicle ADT (by using and modifying BST pseudo code given in attachment) which will use Vehicle object for the data (use Vehicle.py in attachment) and hide all the details of the implementation.

Sample Solution