#!/usr/bin/ruby

require_relative '../lib/events_today'

EventsToday::CLI.new.call
