adapt folders to MVC

This commit is contained in:
2025-01-31 09:43:02 +01:00
parent 471b2c9692
commit eff56ad6d6
6 changed files with 36 additions and 38 deletions

View File

@@ -6,4 +6,7 @@ class View:
def prompt_for_scores(self):
print()
input("Saisir les scores ?")
return True
return True
def display_winner(self, participants):
pass