Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
weuis committed Sep 14, 2023
1 parent ef481d7 commit d343b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __repr__(self) -> str:
f"Health: {self.health}, "
f"Hidden: {self.hidden}}}"
)
git


class Herbivore(Animal):
def hide(self) -> None:
Expand Down

0 comments on commit d343b68

Please sign in to comment.