# frozen_string_literal: true require "crtsh/version" require "crtsh/api" module Crtsh class Error < StandardError; end end