package de.tims.tictactoe.ai; public interface TicTacToeAI { void calculateNextMove(); }