修复了 TPV 的一些错误,包括闭包等

This commit is contained in:
2026-07-22 14:05:38 +08:00
parent 6eb3d22eba
commit 92a381f003
78 changed files with 24965 additions and 200 deletions

View File

@@ -0,0 +1,6 @@
"""StubGen 包 - 存根文件生成器"""
from lib.StubGen.Config import StubGenConfig
from lib.StubGen.Converter import PythonToStubConverter
from lib.StubGen.Generator import StubGen, main
__all__ = ['StubGenConfig', 'PythonToStubConverter', 'StubGen', 'main']