# frozen_string_literal: true module Wallaby module Resources module Index # Html cell class CircleHtml < LineHtml end end end end