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