fix codes

This commit is contained in:
2026-07-28 23:19:48 +07:00
parent cb1f31480c
commit 11798bd4fa
5 changed files with 43 additions and 12 deletions
@@ -0,0 +1,5 @@
package storytelling
type ICleaner interface {
ClearCode(code string) string
}