Skip to content

Commit

Permalink
Add an RBI file for PyCall
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Dec 28, 2024
1 parent 9780d54 commit 4c3c362
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lib/pycall-setup.rbi
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# typed: true

module InfluxDBClient3; end

module PyCall
def self.init(*args); end

module Import
def self.pyfrom(*args); end

def self.import(*args); end
end

class PyError; end # rubocop:disable Lint/EmptyClass
end

0 comments on commit 4c3c362

Please sign in to comment.