Files
typeshed/stdlib/msilib/text.pyi
2021-10-14 17:18:19 -07:00

9 lines
155 B
Python

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