refactor: py/js entry func name (#31)
This commit is contained in:
@@ -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")`
|
||||
|
||||
Reference in New Issue
Block a user