Skip to content

Commit

Permalink
WIP: Testing removal of movegen to test
Browse files Browse the repository at this point in the history
  • Loading branch information
lunathanael committed Aug 19, 2024
1 parent ff8b153 commit ff8e8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/botris/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import cboard, cconstants, cgame, cmode, cmovegen_traditional, cmovegen_smeared
from . import cboard, cconstants, cgame, cmode#, cmovegen_traditional, cmovegen_smeared
from .cboard import CBoard
from .cconstants import CColorType, CPieceType
from .cgame import CGame
Expand Down

0 comments on commit ff8e8f3

Please sign in to comment.