Zaktualizuj 'plant.py'

dodacie metody protection
This commit is contained in:
Dominik Małyszka 2020-04-05 17:49:20 +00:00
parent 15ebaf6423
commit edd59c603e

View File

@ -22,6 +22,10 @@ class Plant:
def collect(self):
pass
@abstractmethod
def protect(self, protection):
pass
#pobieramy współrzędne roślinki
def get_coordinates(self):
if self.have_soil():