#!/usr/bin/ruby.ruby3.4 

require File.dirname(__FILE__) + '/../lib/haml'
require 'haml/exec'

opts = Haml::Exec::HTML2Haml.new(ARGV)
opts.parse!
