ram #11

Merged
s481834 merged 21 commits from ram into master 2024-03-25 10:01:37 +01:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 8d1d176d5b - Show all commits

View File

@ -24,3 +24,6 @@ class Image:
keys=list(self.plants_image_dict.keys())
plant=keys[x]
return self.plants_image_dict[plant]
def return_plant(self,plant_name):
return self.plants_image_dict[plant_name]