[explorer] Remove make_command module

This commit is contained in:
Eryn Wells 2025-06-16 13:49:53 -07:00
parent 45037d6fc1
commit 0e61598937
2 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,5 @@
// Eryn Wells <eryn@erynwells.me>
mod make_command;
use chessfriend_board::ZobristState;
use chessfriend_board::{Board, fen::FromFenStr};
use chessfriend_core::random::RandomNumberGenerator;

View file

@ -0,0 +1,7 @@
// Eryn Wells <eryn@erynwells.me>
use clap::ArgMatches;
pub enum MakeCommandError {}
pub struct MakeCommand {}