from util import hook from util.pyexec import eval_py @hook.command def python(inp): """python -- Executes as Python code.""" return eval_py(inp)