Make Column and Row available for import via widgets.data_table

See #1589.
This commit is contained in:
Dave Pearson
2023-01-23 10:50:24 +00:00
parent cc1f2f61d9
commit 731f4fc93b

View File

@@ -0,0 +1,5 @@
"""Make non-widget DataTable support classes available."""
from ._data_table import Column, Row
__all__ = ["Column", "Row"]