diff --git a/client.py b/client.py index e5d131e..70e18ef 100644 --- a/client.py +++ b/client.py @@ -24,8 +24,7 @@ import json import pyclient from pyclient import Agent, PyClient -from pyclient.games.tic_tac_toe import TicTacToe -from typing import Any +from pyclient.games import TicTacToe def main() -> int: """