module.exports =
  TableRow:         require './table-row'

  register: ()->
    @TableRow.register()

