# frozen_string_literal: true require_relative "codebreaker/autoloader" module Codebreaker class Error < StandardError; end end