# coding: utf-8 module ThinReports module Core::Shape module Tblock TYPE_NAME = 's-tblock' end end end require 'thinreports/core/shape/tblock/format' require 'thinreports/core/shape/tblock/internal' require 'thinreports/core/shape/tblock/interface' require 'thinreports/core/shape/tblock/formatter'