proiect finalizat

This commit is contained in:
andrei-mihnea-cerbu
2024-01-13 12:59:19 +02:00
parent 54542da299
commit 67b7a241d7
53 changed files with 321 additions and 19 deletions
@@ -3,4 +3,13 @@ from database.queries.user import get_all_users_db
async def get_all_users():
users = get_all_users_db()
"""
Gets all users from database
Args:
Nan
Returns:
A list of users, if exists
"""
return users