Removed unused import

This commit is contained in:
2025-10-29 14:27:51 +01:00
parent 44d8ffbef2
commit 068337e01b

View File

@@ -3,7 +3,6 @@ package org.toop.game.Connect4;
import org.toop.game.AI; import org.toop.game.AI;
import org.toop.game.Game; import org.toop.game.Game;
import org.toop.game.enumerators.GameState; import org.toop.game.enumerators.GameState;
import org.toop.game.tictactoe.TicTacToe;
public class Connect4AI extends AI<Connect4> { public class Connect4AI extends AI<Connect4> {