add docstring and call view instead prints

This commit is contained in:
2025-08-22 11:50:50 +02:00
parent c7c76b3bef
commit eb11a3cd04
2 changed files with 38 additions and 8 deletions

View File

@@ -135,5 +135,11 @@ class View:
def display_error(self):
print("No object matches this query")
def display_no_user(self):
print("This user doesn't exist")
def display_co_failed(self):
print("Connexion failed.")
def display_items(self):
print()