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