7 lines
120 B
Python
7 lines
120 B
Python
|
|
from textual.widgets._tabbed_content import ContentTab, ContentTabs
|
||
|
|
|
||
|
|
__all__ = [
|
||
|
|
"ContentTab",
|
||
|
|
"ContentTabs",
|
||
|
|
]
|