# frozen_string_literal: true require_relative "tools/version" require 'colored' module Lhj require 'lhj/config' class Error < StandardError; end autoload :Command, 'lhj/command' end