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.
1 parent 4414ecc commit 94f7ef1Copy full SHA for 94f7ef1
src/textual/widgets/tabbed_content.py
@@ -0,0 +1,6 @@
1
+from ._tabbed_content import ContentTab, ContentTabs
2
+
3
+__all__ = [
4
+ "ContentTab",
5
+ "ContentTabs",
6
+]
0 commit comments