from util import hook, text @hook.command def munge(inp): """munge -- Munges up .""" return text.munge(inp)