Add spell data helper and organize screenshots

This commit is contained in:
2026-07-22 11:22:09 -07:00
parent 356a637385
commit 696b0b777f
15 changed files with 805 additions and 125 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env python3
"""Command-line entry point for the local EQL spell-data index."""
from eql_spells import main
if __name__ == "__main__":
raise SystemExit(main())