btcpay/lib/btcpay.rb

9 lines
137 B
Ruby
Raw Normal View History

2020-07-15 19:36:16 -06:00
# frozen_string_literal: true
require 'btcpay/version'
module Btcpay
class Error < StandardError; end
# Your code goes here...
end