diff --git a/app/main.py b/app/main.py index dfe701c1..69329221 100644 --- a/app/main.py +++ b/app/main.py @@ -19,7 +19,7 @@ def __repr__(self) -> str: f"Health: {self.health}, " f"Hidden: {self.hidden}}}" ) -git + class Herbivore(Animal): def hide(self) -> None: