arch & placeholders
This commit is contained in:
parent
a3b16ae58a
commit
57543e139a
10 changed files with 233 additions and 2 deletions
4
models/player.py
Normal file
4
models/player.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
def create_player(player_id, name):
|
||||
return {
|
||||
"name": name
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue