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