diff options
Diffstat (limited to 'tools/may_execute_py_code.py')
| -rw-r--r-- | tools/may_execute_py_code.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/may_execute_py_code.py b/tools/may_execute_py_code.py index 8e55a8d..5f6af2f 100644 --- a/tools/may_execute_py_code.py +++ b/tools/may_execute_py_code.py @@ -1,4 +1,4 @@ -def main(code: str): +def run(code: str): """Runs the python code. Args: code: Python code to execute, such as `print("hello world")` |
