require 'atcoder_greedy' require 'thor' require 'atcoder_greedy/command/create' module AtcoderGreedy class Command < Thor end end