master
yumoqing 2024-04-10 11:42:23 +08:00
parent b75168d5c8
commit fb309002ca
1 changed files with 1 additions and 0 deletions

View File

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