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