# frozen_string_literal: true module DrawioDsl module Schema class {{camle type}} < Shape configure_shape(:{{snake type}}) end end end