refactor: py/js entry func name (#31)

This commit is contained in:
sigoden
2024-06-07 16:10:05 +08:00
committed by GitHub
parent 739a832d87
commit e1d895cc9a
9 changed files with 32 additions and 24 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from typing import List, Literal, Optional
def main(
def run(
boolean: bool,
string: str,
string_enum: Literal["foo", "bar"],