From abef09eaab3028298f953dec0333558a41b58a92 Mon Sep 17 00:00:00 2001 From: Andrey Britov Date: Tue, 26 Sep 2023 23:01:47 +0300 Subject: [PATCH] Ghanges --- app/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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