Skip to content

Commit

Permalink
Ghanges
Browse files Browse the repository at this point in the history
  • Loading branch information
Andru37 committed Sep 26, 2023
1 parent c239bec commit abef09e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ class Animal:

alive = []

def __init__(
self,
def __init__(self,
name: str,
health: int = 100,
hidden: bool = False
Expand Down

0 comments on commit abef09e

Please sign in to comment.