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