fosdem-recorder.cr/lib/fosdem_recorder.rb

8 lines
128 B
Ruby
Raw Normal View History

2021-02-07 20:41:13 +00:00
# frozen_string_literal: true
require_relative 'fosdem_recorder/version'
module Fosdem
class Error < StandardError; end
end