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