lib/lhj/tools.rb in lhj-tools-0.1.13 vs lib/lhj/tools.rb in lhj-tools-0.1.16
- old
+ new
@@ -2,9 +2,12 @@
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