update directory structure

This commit is contained in:
2023-05-30 17:16:48 +08:00
parent 4968e6400e
commit 50111160e3
37 changed files with 150 additions and 159 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import numpy as np
from tugo.encoders.base import Encoder
from tugo.goboard import Move
from tugo.gotypes import Player, Point
from game_logic.goboard import Move
from game_logic.gotypes import Player, Point
class SimpleEncoder(Encoder):