# frozen_string_literal: true require_relative "manifolds/version" module Manifolds class Error < StandardError; end end