This commit is contained in:
yumoqing 2025-09-02 15:11:58 +08:00
parent 3564624ef1
commit 8f28ab8857

View File

@ -299,6 +299,7 @@ def initEnv():
g.DictObject = DictObject
g.async_sleep = asyncio.sleep
g.quotedstr = quotedstr
g.quote = quote
g.save_file = save_file
g.realpath = realpath
g.format_exc = format_exc