# frozen_string_literal: true module DrawioDsl module Schema class Hexagon < Shape configure_shape(:hexagon) end end end