import { Rule } from '../Rule'; /** * The ProtocolMatchingRule Class extends the Rule Class. * * At present it does not add any new methods or attributes * @type {ProtocolMatchingRule} */ HP.ProtocolMatchingRule = class ProtocolMatchingRule extends Rule {};