From 11a05106c661f206f3ade55910e56cafc46e786a Mon Sep 17 00:00:00 2001 From: marys Date: Tue, 30 Sep 2025 09:55:49 +0200 Subject: [PATCH] test --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index bc8f024..9030173 100644 --- a/app.py +++ b/app.py @@ -9,6 +9,7 @@ from websockets.asyncio.server import serve from connect4 import PLAYER1, PLAYER2, Connect4 + async def handler(websocket): # Initialize a Connect Four game. game = Connect4()