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