mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-27 17:11:27 +08:00
Re-organize directory structure (#4971)
See discussion in #2491 Co-authored-by: Ivan Levkivskyi <ilevkivskyi@dropbox.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import sys
|
||||
from typing import List, Optional, Tuple
|
||||
|
||||
if sys.platform == "win32":
|
||||
|
||||
ActionText: List[Tuple[str, str, Optional[str]]]
|
||||
UIText: List[Tuple[str, Optional[str]]]
|
||||
|
||||
tables: List[str]
|
||||
Reference in New Issue
Block a user