#!/opt/alt/ruby34/bin/ruby

require_relative "../lib/typeprof"

TypeProf::CLI::CLI.new(ARGV).run
