require "thor" module Hackpad class Cli < Thor VERSION = "0.0.3" end end