Skip to content

Commit

Permalink
Require commands and upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
fractaledmind committed Dec 11, 2023
1 parent 0d78901 commit 87ce084
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/litestream.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# frozen_string_literal: true

require_relative "litestream/version"

module Litestream
class Error < StandardError; end
# Your code goes here...
end

require_relative "litestream/version"
require_relative "litestream/upstream"
require_relative "litestream/commands"

0 comments on commit 87ce084

Please sign in to comment.