mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Make Column and Row available for import via widgets.data_table
See #1589.
This commit is contained in:
5
src/textual/widgets/data_table.py
Normal file
5
src/textual/widgets/data_table.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Make non-widget DataTable support classes available."""
|
||||
|
||||
from ._data_table import Column, Row
|
||||
|
||||
__all__ = ["Column", "Row"]
|
||||
Reference in New Issue
Block a user