# frozen_string_literal: true module DrawioDsl module Schema class Database < Shape configure_shape(:database) end end end