import game.TicTacToe_Client; public class Launcher { public static void main(String[] args) { TicTacToe_Client.main(args); } }