Add win32com.gen_py (#12901)

This commit is contained in:
Avasam
2024-10-28 06:50:31 -04:00
committed by GitHub
parent bff5547abc
commit e92f98ccda
2 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
from _typeshed import Incomplete
from collections.abc import MutableSequence
from . import gen_py as gen_py
__gen_path__: str
__build_path__: Incomplete
__build_path__: str | None
def SetupEnvironment() -> None: ...
def __PackageSupportBuildPath__(package_path) -> None: ...
gen_py: Incomplete
def __PackageSupportBuildPath__(package_path: MutableSequence[str]) -> None: ...