# frozen_string_literal: true require_relative 'chainalysis/version' module Chainalysis class Error < StandardError; end # Your code goes here... end