Files
paia-hw3/config.py
Kylin_on_Mac fdf106a0d6 Merge branch 'feature/update_to_fit_mlgame_9_5' into develop
# Conflicts:
#	README.md
#	config.py
2022-08-19 13:51:27 +08:00

11 lines
174 B
Python

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