class Schked::CLI

def show

def show
  load_requires
  puts "====="
  puts Schked.worker.schedule
  puts "====="
end