diff --git a/farm_core/agent.py b/farm_core/agent.py index 11db833..9859cde 100644 --- a/farm_core/agent.py +++ b/farm_core/agent.py @@ -10,3 +10,6 @@ class FarmAgent: def harvest(self): ready = [c for c in self._module.cultures if c._stage == "Красный"] return len(ready) + + +# TODO: fix this later