fix some stuff

This commit is contained in:
2025-02-06 22:56:01 -05:00
parent 669af2a56e
commit 6143473c1d
4 changed files with 29 additions and 23 deletions

View File

@@ -1,7 +1,4 @@
use crate::{
board::Board,
piece::Piece,
};
use crate::{board::Board, piece::Piece};
use rand::prelude::*;
use std::io;
use std::io::prelude::*;