aboutsummaryrefslogtreecommitdiffstats
path: root/tools/may_execute_py_code.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/may_execute_py_code.py')
-rw-r--r--tools/may_execute_py_code.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/may_execute_py_code.py b/tools/may_execute_py_code.py
deleted file mode 100644
index 5f6af2f..0000000
--- a/tools/may_execute_py_code.py
+++ /dev/null
@@ -1,6 +0,0 @@
-def run(code: str):
- """Runs the python code.
- Args:
- code: Python code to execute, such as `print("hello world")`
- """
- exec(code)