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