move snake builder into __init__ of snakes file and use it into server class

This commit is contained in:
2026-04-03 20:11:46 +02:00
parent 0a3db6ba57
commit eace1872d7
3 changed files with 34 additions and 20 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from server.Files import read_file
from server.GameBoard import GameBoard
from server.SnakeBuilder import SnakeBuilder
from snakes import SnakeBuilder
from quart_common.web.logger import await_log
from quart_common.web.logger import build_logger
from typing import cast