use crate::command::Command; use crate::game::GameBoard; pub fn choose_move(_state: &GameBoard) -> Command { Command::DoNothing }