[explorer] Remove make_command module
This commit is contained in:
parent
45037d6fc1
commit
0e61598937
2 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
|
|
7
explorer/src/make_command.rs
Normal file
7
explorer/src/make_command.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
// Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
use clap::ArgMatches;
|
||||
|
||||
pub enum MakeCommandError {}
|
||||
|
||||
pub struct MakeCommand {}
|
Loading…
Add table
Add a link
Reference in a new issue