# frozen_string_literal: true module DrawioDsl module Schema class Ellipse < Shape configure_shape(:ellipse) end end end