# frozen_string_literal: true require_relative '../searcher' module LedgerSync module Adaptors module QuickBooksOnline module Deposit class Searcher < QuickBooksOnline::Searcher end end end end end