# frozen_string_literal: true require_relative './heading' module Polites class Block::Heading1 < Block::Heading end end