# frozen_string_literal: true module NeetoCommonsBackend module BaseWorkers class Default < NeetoCommonsBackend::BaseWorkers::Base end end end