btcpay/lib/btcpay.rb

9 lines
137 B
Ruby

# frozen_string_literal: true
require 'btcpay/version'
module Btcpay
class Error < StandardError; end
# Your code goes here...
end