# Functions
AddPlant is used to insert the newplant data into plants data list.
DeletePlant is used to delete the plant data into plants data list based on plant id.
GetAllPlants is used to get the plants data list.
UpdatePlant is used to update the plant data into plants data list based on plant id.
# Variables
Initialize Excceptions.
# Type aliases
Initialize the plants list.