Move files into chesspp module
This commit is contained in:
0
chesspp/__init__.py
Normal file
0
chesspp/__init__.py
Normal file
10
main.py
10
main.py
@@ -1,11 +1,11 @@
|
|||||||
import chess
|
import chess
|
||||||
import chess.engine
|
import chess.engine
|
||||||
import chess.pgn
|
import chess.pgn
|
||||||
from classic_mcts import ClassicMcts
|
from chesspp.classic_mcts import ClassicMcts
|
||||||
import engine
|
from chesspp import engine
|
||||||
import eval
|
from chesspp import eval
|
||||||
import util
|
from chesspp import util
|
||||||
import simulation
|
from chesspp import simulation
|
||||||
|
|
||||||
|
|
||||||
def test_simulate():
|
def test_simulate():
|
||||||
|
|||||||
Reference in New Issue
Block a user