arch & placeholders

This commit is contained in:
Maxime Réaux 2025-12-19 09:56:45 +01:00
parent a3b16ae58a
commit 57543e139a
10 changed files with 233 additions and 2 deletions

4
models/player.py Normal file
View file

@ -0,0 +1,4 @@
def create_player(player_id, name):
return {
"name": name
}