Implement grow method and harvest function
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@ class BioCulture:
|
||||
self._stage = "Зеленый"
|
||||
|
||||
def grow(self):
|
||||
# Заглушка, которая вызовет конфликт
|
||||
raise NotImplementedError("Рост не реализован в main!")
|
||||
# Рабочий код вместо исключения
|
||||
self._stage = "Красный"
|
||||
|
||||
|
||||
class HydroponicModule:
|
||||
|
||||
Reference in New Issue
Block a user