lib/lutaml/model/hash/document.rb



# frozen_string_literal: true

module Lutaml
  module Model
    module HashAdapter
      # Base class for Hash documents
      class Document < KeyValueDocument
      end
    end
  end
end