from q2_sdk.hq.table_row import TableRow [docs] class RepresentationRowBase(TableRow): """Kept for backwards compatibility. Remove in 3.0""" [docs] class BaseFormRow(TableRow): """ Base class to inherit from when defining a table schema for a 'form' like ``DBObject`` """