# frozen_string_literal: true module BundleNotification class Config attr_accessor :serializer end end