# frozen_string_literal: true module DrawioDsl module Schema class Circle < Shape configure_shape(:circle) end end end