mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
9 lines
216 B
Python
9 lines
216 B
Python
import sys
|
|
from typing import Final
|
|
|
|
if sys.platform == "win32":
|
|
ActionText: Final[list[tuple[str, str, str | None]]]
|
|
UIText: Final[list[tuple[str, str | None]]]
|
|
dirname: str
|
|
tables: Final[list[str]]
|