mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
8 lines
170 B
Python
8 lines
170 B
Python
import sys
|
|
|
|
if sys.platform == "win32":
|
|
ActionText: list[tuple[str, str, str | None]]
|
|
UIText: list[tuple[str, str | None]]
|
|
dirname: str
|
|
tables: list[str]
|