This commit is contained in:
brostosjoined 2024-01-24 21:28:29 +03:00
parent 086718de8a
commit 177b8ea93f

View file

@ -113,7 +113,7 @@ class Player(bs.Player['Team']):
class Team(bs.Team[Player]):
"""Our team type for this game."""
def on_app_running(self) -> None:
def __init__(self) -> None:
self.score = 0