#!/usr/bin/ruby.ruby3.4 
# frozen_string_literal: true

require 'license_finder'

LicenseFinder::CLI::Main.start
