diff --git a/app/main.py b/app/main.py index fa3cd8cf..1b628030 100644 --- a/app/main.py +++ b/app/main.py @@ -2,8 +2,7 @@ class Animal: alive = [] - def __init__( - self, + def __init__(self, name: str, health: int = 100, hidden: bool = False