moving packages

This commit is contained in:
2026-01-05 17:29:13 -05:00
parent ae209abb77
commit 97c28e94b8
34 changed files with 524 additions and 516 deletions

View File

@@ -0,0 +1,4 @@
/**
* Query projections for the catalog domain.
*/
package group.goforward.battlbuilder.catalog.query;

View File

@@ -0,0 +1,4 @@
/**
* Command line runners and CLI utilities.
*/
package group.goforward.battlbuilder.cli;