# frozen_string_literal: true module HasStates class State < Base end end