Add D&D location normalizer

This commit is contained in:
2026-08-04 00:07:47 +00:00
parent bb4855f0c6
commit 98506db1a9
10 changed files with 784 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package locations
import "embed"
//go:embed assets/prompts/*.yaml assets/prompts/*.md
var embeddedAssets embed.FS