ConfigMan/lib/ConfigMan.rb

9 lines
152 B
Ruby
Raw Normal View History

2023-10-13 18:09:22 -06:00
# frozen_string_literal: true
require_relative "ConfigMan/version"
module ConfigMan
class Error < StandardError; end
# Your code goes here...
end