Add strategy ranking tool with Makefile shortcut

This commit is contained in:
2026-05-14 12:48:45 +08:00
parent cdaca4bc2a
commit b0ad3d339f
2 changed files with 163 additions and 0 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
.PHONY: rank
rank:
uv run python rank_strategies.py $(ARGS)