split off repr

This commit is contained in:
2025-02-20 16:05:14 -05:00
parent 73faf4c1fb
commit 1fe7658deb
14 changed files with 27 additions and 23 deletions

View File

@@ -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 {