Spaces:
Running
Running
Update app/games.py
Browse files- app/games.py +2 -1
app/games.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
|
|
2 |
def start_game(data):
|
3 |
"""Startet ein neues Spiel"""
|
4 |
logger.info("Starting a new game...")
|
|
|
1 |
+
# games.py
|
2 |
+
# Spiele - Games
|
3 |
def start_game(data):
|
4 |
"""Startet ein neues Spiel"""
|
5 |
logger.info("Starting a new game...")
|