# coding: utf-8 module Thinreports module Core::Shape module List TYPE_NAME = 'list' end end end require 'thinreports/core/shape/list/format' require 'thinreports/core/shape/list/manager' require 'thinreports/core/shape/list/page' require 'thinreports/core/shape/list/page_state' require 'thinreports/core/shape/list/section_format' require 'thinreports/core/shape/list/section_interface' require 'thinreports/core/shape/list/section_internal'