# frozen_string_literal: true

module ConvenientService
  module Standard
    Config = ::ConvenientService::Service::Configs::Standard
  end
end