rex/lib/rex.rb

9 lines
141 B
Ruby
Raw Normal View History

2023-10-27 14:53:56 +02:00
# frozen_string_literal: true
require_relative "rex/version"
require_relative "rex/book"
2023-10-27 14:53:56 +02:00
module Rex
class Error < StandardError; end
end