improve round display with dunder

This commit is contained in:
2025-02-06 11:25:56 +01:00
parent a0cb9b0e12
commit 0500dbeb7a
2 changed files with 7 additions and 17 deletions

View File

@@ -29,7 +29,7 @@ class View:
return True
def display_round_info(self, round):
print("Infos du round", round.name, "début le", round.start_time, "fin le", round.end_time, ":\n")
print(round)
def display_scores(self, players_list):
print("Les scores sont :\n")