refactor: py/js entry func name (#31)
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
from typing import List, Literal, Optional
|
||||
|
||||
|
||||
def main(
|
||||
def run(
|
||||
boolean: bool,
|
||||
string: str,
|
||||
string_enum: Literal["foo", "bar"],
|
||||
|
||||
Reference in New Issue
Block a user