summaryrefslogtreecommitdiffhomepage
path: root/lib/dispatch/adapter/copilot.rb
blob: 66e6fff7f1131ecf1a3c920ad09bfd44d039ba38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# frozen_string_literal: true

require_relative "copilot/version"

module Dispatch
  module Adapter
    module Copilot
      class Error < StandardError; end
      # Your code goes here...
    end
  end
end