fix import and some error
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import copy
|
||||
from game_logic.gotypes import Player, Point
|
||||
from game_logic.scoring import compute_game_result
|
||||
from game_logic import zobrist_hash
|
||||
from tugo.game_logic.gotypes import Player, Point
|
||||
from tugo.game_logic.scoring import compute_game_result
|
||||
from tugo.game_logic import zobrist_hash
|
||||
from tugo.print_utils import MoveAge
|
||||
|
||||
neighbor_tables = {}
|
||||
|
||||
Reference in New Issue
Block a user