We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29ef8e8 + 29a9827 commit 251e756Copy full SHA for 251e756
src/textual/_typing.py
@@ -9,3 +9,5 @@
9
from typing import Final, Literal, Protocol, TypedDict
10
else:
11
from typing_extensions import Final, Literal, Protocol, TypedDict
12
+
13
+__all__ = ["TypeAlias", "Final", "Literal", "Protocol", "TypedDict"]
0 commit comments