split off logic

This commit is contained in:
2025-02-20 16:00:01 -05:00
parent 47faa2af75
commit 73faf4c1fb
6 changed files with 7 additions and 7 deletions

2
src/logic/mod.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod future_moves;
mod r#move;