package storytelling type ICleaner interface { ClearCode(code string) string }