mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Add __all__ for most modules beginning with 't' (#7373)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import sys
|
||||
from typing import Any, ClassVar, Mapping
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
__all__ = ["Dialog"]
|
||||
|
||||
class Dialog:
|
||||
command: ClassVar[str | None]
|
||||
master: Any | None
|
||||
|
||||
Reference in New Issue
Block a user