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.engine
|
||||
import chess.pgn
|
||||
from classic_mcts import ClassicMcts
|
||||
import engine
|
||||
import eval
|
||||
import util
|
||||
import simulation
|
||||
from chesspp.classic_mcts import ClassicMcts
|
||||
from chesspp import engine
|
||||
from chesspp import eval
|
||||
from chesspp import util
|
||||
from chesspp import simulation
|
||||
|
||||
|
||||
def test_simulate():
|
||||
|
||||
Reference in New Issue
Block a user