mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-28 13:52:12 +08:00
Add __all__ for most modules beginning with 't' (#7373)
This commit is contained in:
@@ -2,6 +2,8 @@ import socket
|
||||
from _typeshed import Self
|
||||
from typing import Any, Callable, Match, Pattern, Sequence
|
||||
|
||||
__all__ = ["Telnet"]
|
||||
|
||||
DEBUGLEVEL: int
|
||||
TELNET_PORT: int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user