diff --git a/plant.py b/plant.py index 4cdfb3b..e37df46 100644 --- a/plant.py +++ b/plant.py @@ -21,6 +21,10 @@ class Plant: @abstractmethod def collect(self): pass + + @abstractmethod + def protect(self, protection): + pass #pobieramy współrzędne roślinki def get_coordinates(self):