# frozen_string_literal: true module HS class Li < HS::Element def tag_name 'li' end end end