mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Add __all__ to most modules beginning with 'q', 'r' and 's' (#7364)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
from _typeshed import StrOrBytesPath
|
||||
from typing import NamedTuple
|
||||
|
||||
__all__ = ["what", "whathdr"]
|
||||
|
||||
class SndHeaders(NamedTuple):
|
||||
filetype: str
|
||||
framerate: int
|
||||
|
||||
Reference in New Issue
Block a user