6 lines
88 B
Python
6 lines
88 B
Python
"""Grid components."""
|
|
|
|
from .datatable import DataTable
|
|
|
|
data_table = DataTable.create
|