require 'thor'

module Bio
  class Gadget < Thor

    VERSION = "0.4.7"

  end
end