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