doc: update project name

This commit is contained in:
Kylin_on_Mac
2023-11-14 10:22:31 +08:00
parent c205321632
commit e1719c87fc
8 changed files with 15 additions and 15 deletions

View File

@ -2,9 +2,9 @@ import sys
from os import path
sys.path.append(path.dirname(__file__))
from src.game import EasyGame
from src.game import SwimmingSquid
GAME_SETUP = {
"game": EasyGame,
"game": SwimmingSquid,
# "dynamic_ml_clients":True
}