split off repr
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
use indicatif::{ProgressIterator, ProgressStyle};
|
||||
|
||||
use crate::{
|
||||
board::{Board, Winner},
|
||||
logic::r#move::Move,
|
||||
piece::Piece,
|
||||
repr::{Board, Piece, Winner},
|
||||
};
|
||||
|
||||
pub struct FutureMoves {
|
||||
|
||||
Reference in New Issue
Block a user