nostr-gem/lib/nostr.rb
2023-01-06 10:00:47 +07:00

9 lines
144 B
Ruby

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