# frozen_string_literal: true require_relative "dayspan/version" module Dayspan class Error < StandardError; end end