Files
typeshed/stdlib/msilib/text.pyi
2023-02-01 06:06:04 -08:00

8 lines
154 B
Python

import sys
if sys.platform == "win32":
ActionText: list[tuple[str, str, str | None]]
UIText: list[tuple[str, str | None]]
tables: list[str]