# frozen_string_literal: true

require_relative 'book'

class Dictionary < Book
end
