Skip to content

Commit 1961354

Browse files
Expose AnyContainer in prompt_toolkit.layout.
This is often used in type annotations.
1 parent 2313cd8 commit 1961354

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

prompt_toolkit/layout/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
4646
"""
4747
from .containers import (
48+
AnyContainer,
4849
ColorColumn,
4950
ConditionalContainer,
5051
Container,
@@ -104,6 +105,7 @@
104105
"to_dimension",
105106
"is_dimension",
106107
# Containers.
108+
"AnyContainer",
107109
"Container",
108110
"HorizontalAlign",
109111
"VerticalAlign",

0 commit comments

Comments
 (0)