This commit is contained in:
yumoqing 2024-04-10 11:42:23 +08:00
parent b75168d5c8
commit fb309002ca

View File

@ -150,6 +150,7 @@ def initEnv():
g.len = len g.len = len
g.print = print g.print = print
g.json = json g.json = json
g.Exception = Exception
g.int = int g.int = int
g.str = str g.str = str
g.float = float g.float = float