Skip to content

Commit

Permalink
Fix public exports of TabbedContent (#4765)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns authored Jul 17, 2024
1 parent 4414ecc commit 94f7ef1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/textual/widgets/tabbed_content.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from ._tabbed_content import ContentTab, ContentTabs

__all__ = [
"ContentTab",
"ContentTabs",
]

0 comments on commit 94f7ef1

Please sign in to comment.