timeseries-hoarder/lib/timeseries/hoarder.rb

10 lines
178 B
Ruby

# frozen_string_literal: true
require_relative "hoarder/version"
module Timeseries
module Hoarder
class Error < StandardError; end
# Your code goes here...
end
end