# frozen_string_literal: true module Scribo class ApplicationJob < ActiveJob::Base end end