mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Add all the email __all__s (#7304)
This commit is contained in:
@@ -2,6 +2,8 @@ from email.message import Message
|
||||
from email.policy import Policy
|
||||
from typing import Callable, Generic, TypeVar, overload
|
||||
|
||||
__all__ = ["FeedParser", "BytesFeedParser"]
|
||||
|
||||
_M = TypeVar("_M", bound=Message)
|
||||
|
||||
class FeedParser(Generic[_M]):
|
||||
|
||||
Reference in New Issue
Block a user